export interface IFetchTokenPayload {
    authUrl: string;
    clientId: string;
    clientSecret: string;
    uid: string;
}
