UNPKG

@kintone/rest-api-client

Version:
7 lines (6 loc) 130 B
type EntityType = "USER" | "GROUP" | "ORGANIZATION"; export type Entity = { type: EntityType; code: string; }; export {};