payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
7 lines • 357 B
TypeScript
import type { FlattenedField } from '../../fields/config/types.js';
import type { CompoundIndex, SanitizedCompoundIndex } from './types.js';
export declare const sanitizeCompoundIndexes: ({ fields, indexes, }: {
fields: FlattenedField[];
indexes: CompoundIndex[];
}) => SanitizedCompoundIndex[];
//# sourceMappingURL=sanitizeCompoundIndexes.d.ts.map