ServiceImpl type
Home > @rimitive/core > ServiceImpl
ServiceImpl type
Section titled “ServiceImpl type”Extract the implementation type from a Module.
Signature:
export type ModuleImpl<T> = T extends Module<string, infer TImpl, unknown> ? TImpl : never;References: Module