Type alias CreatableModuleFactory<T>

CreatableModuleFactory<T>: Omit<Omit<CreatableModule<T>, "new">, "create"> & {
    create<T>(this, params?) => Promise<T>;
}

Type Parameters

Generated using TypeDoc