backend: Add fields property to MeetRecordingFilters type for enhanced filtering options
This commit is contained in:
parent
2a1448330c
commit
46d3bfa1dc
@ -34,4 +34,5 @@ export type MeetRecordingFilters = {
|
||||
maxItems?: number;
|
||||
nextPageToken?: string;
|
||||
roomId?: string;
|
||||
fields?: string;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user