export type AuthApiTokens = { accessToken: string; refreshToken: string; };