export type ApiResponse = { status: string; success: boolean; data: T; }; export type FdoInventoryUnitNoId = Omit; export type CreateType = Omit; export type WithRev = T & { _rev: string; };