export type AuthOAuth2 = {
    access_token: string;
    refresh_token?: string;
};
