export type StatusResult = { status: string fetchStatus: string data: T | undefined }