UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

14 lines (13 loc) 190 B
/** * Signout request data */ export type SignoutRQ = { /** * Device id */ readonly deviceId: string; /** * Refresh token */ readonly token: string; };