/** * Representation of the 'FilterMatchModeEnum' schema. */ export type FilterMatchModeEnum = 'ANY' | 'ALL'; //# sourceMappingURL=filter-match-mode-enum.d.ts.map