UNPKG

@base-org/account

Version:
17 lines 614 B
export declare const logRequestStarted: ({ method, correlationId, }: { method: string; correlationId: string | undefined; }) => void; export declare const logRequestError: ({ method, correlationId, errorMessage, }: { method: string; correlationId: string | undefined; errorMessage: string; }) => void; export declare const logRequestResponded: ({ method, correlationId, }: { method: string; correlationId: string | undefined; }) => void; export declare const logGetInjectedProviderError: ({ errorMessage, }: { errorMessage: string; }) => void; //# sourceMappingURL=provider.d.ts.map