UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

14 lines (13 loc) 175 B
/** * Get log in url request data */ export type GetLogInUrlRQ = { /** * Region */ region: string; /** * Device id */ device: string; };