export interface Options { fields?: string[]; order?: 'ASC' | 'DESC'; }