export type ResponseObject = { data: T; message?: string; code?: string; };