UNPKG

mobyo-interfaces

Version:
6 lines (5 loc) 104 B
export interface IUbereatsAuth { access_token: string; expires_in: number; scope: string; }