このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
これは、サービスの型定義です。
export type ServiceClass<T> = { new (serviceScope: IServiceScope): T; } | { new (serviceScope: ServiceScope): T; };