UNPKG

@appsemble/types

Version:

TypeScript definitions reused within Appsemble internally

6 lines (5 loc) 103 B
export interface LoginCodeResponse { isAllowed: boolean; appName?: string; code: string; }