@lomi./sdk
Version:
Official TypeScript SDK for the lomi. API
20 lines • 547 B
TypeScript
/**
* OpenAPI Configuration
* AUTO-GENERATED - Do not edit manually
*/
export type OpenAPIConfig = {
BASE: string;
VERSION: string;
WITH_CREDENTIALS: boolean;
CREDENTIALS: 'include' | 'omit' | 'same-origin';
TOKEN?: string | ((options: {
url: string;
method: string;
}) => Promise<string>);
USERNAME?: string;
PASSWORD?: string;
HEADERS?: Record<string, string>;
ENCODE_PATH?: (path: string) => string;
};
export declare const OpenAPI: OpenAPIConfig;
//# sourceMappingURL=OpenAPI.d.ts.map