UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

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