UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

20 lines (17 loc) 183 B
/** * Valiate request data */ export type ValidateRQ = { /** * Device id */ deviceId: string; /** * Id */ id: string; /** * Code */ code: string; };