UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

17 lines (16 loc) 248 B
/** * App create API key request data * 应用创建API密钥请求数据 */ export type AppCreateApiKeyRQ = { /** * Id * 编号 */ id: number; /** * Device Id * 设备编号 */ deviceId: string; };