UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

10 lines 291 B
export declare class SDK { static readonly type = "client"; static readonly headerKeys: Readonly<{ version: "x-sdk-version"; type: "x-sdk-type"; }>; static get version(): string | null; private static readonly _version; } //# sourceMappingURL=sdk.d.ts.map