frontend/.pnpm-store/v3/files/21/ae2bc7c43ed318119ed04936d374d11b02a2fa2e1601b31120ebc5228176285a1df67a238cf152d7a07fd5b462fc8ebd818a04a1d5d75f10fb89164b27e45f

7 lines
160 B
Plaintext

export type ResponseAuth = {
access_token: string;
refresh_token: string;
access_token_expires_at: number;
refresh_token_expires_at: number;
};