UNPKG

@etsoo/smarterp-core

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