Type alias ServiceFactoryConfigOption<OPTIONS>

ServiceFactoryConfigOption<OPTIONS>: {
    client?: PowerPartial<OPTIONS>;
    clients?: {
        [key: string]: PowerPartial<OPTIONS>;
    };
    default?: PowerPartial<OPTIONS>;
    defaultClientName?: string;
}

Type Parameters

  • OPTIONS

Type declaration

Generated using TypeDoc