Skip to content

Commit

Permalink
Add fields to FmtOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
esezen committed Jul 10, 2024
1 parent 3ef8b11 commit 8b37918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface UserParameters {
export interface FmtOptions extends Record<string, any> {
groups_max_depth?: number;
groups_start?: 'current' | 'top' | `group_id:${string}`;
fields?: string[]; // Array of metadata field to be returned in the data response
}

export interface RequestFeature extends Record<string, any> {
Expand Down

0 comments on commit 8b37918

Please sign in to comment.