type ApiData = { data: any; ok: boolean; status: number; statusText: string; token?: string; refreshToken?: string; }; export type { ApiData as A };