lfk-client-js/dist/models/ResponseAuth.d.ts
2023-02-02 09:42:58 +00:00

7 lines
160 B
TypeScript

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