UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

20 lines (17 loc) 216 B
/** * Init call dto */ export type InitCallDto = { /** * Device id */ deviceId?: string; /** * Serverside identifier */ identifier?: string; /** * Timestamp */ timestamp: number; };