UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

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