export interface InvoiceFetchRequestQueryParams { limit?: number; skip?: number; sellerId?: string; buyerId?: string; }