UNPKG

@kintone/rest-api-client

Version:
10 lines (9 loc) 550 B
import type { DiscriminatedAuth } from "../types/auth"; export declare const readFileFromPath: (filePath: string) => never; export declare const getRequestToken: () => Promise<string>; export declare const getDefaultAuth: () => DiscriminatedAuth; export declare const buildPlatformDependentConfig: () => {}; export declare const buildHeaders: () => {}; export declare const buildFormDataValue: (data: unknown, fileName?: string) => Blob; export declare const buildBaseUrl: (baseUrl?: string) => string; export declare const getVersion: () => string;