@kintone/rest-api-client
Version:
Kintone REST API client for JavaScript
13 lines (12 loc) • 418 B
TypeScript
export type AppID = string | number;
export type RecordID = string | number;
export type Revision = string | number;
export type SpaceID = string | number;
export type SpaceTemplateID = string | number;
export type GuestSpaceID = string | number;
export type ThreadID = string | number;
export type PluginID = string;
export * from "./record";
export * from "./app";
export * from "./space";
export * from "./plugin";