UNPKG

@kintone/rest-api-client

Version:
6 lines (5 loc) 166 B
export type AppID = string | number; export type RecordID = string | number; export type Revision = string | number; export * from "./record"; export * from "./app";