UNPKG

sfrmobile-api

Version:
6 lines (5 loc) 96 B
export interface LoginResponse { token?: string; code?: string; message?: string; }