export interface IUbereatsAuth {
    access_token: string;
    expires_in: number;
    scope: string;
}
