when I import my WorkerEntrypoint and try to declare a service type like so `Service<PdfParserServic

when I import my WorkerEntrypoint and try to declare a service type like so Service<PdfParserService> I get the error that PdfParserService "does not satisfy the constraint 'WorkerEntrypointBranded'."
Was this page helpful?