export interface DevelopmentListQueryInterface { limit?: string | number; offset?: string | number; order?: string; filter?: string | Record; }