payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
13 lines • 433 B
TypeScript
import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
import type { SanitizedGlobalConfig } from '../../../../globals/config/types';
export type CompareOption = {
label: string;
options?: CompareOption[];
relationTo?: string;
value: string;
};
export type Props = {
collection?: SanitizedCollectionConfig;
global?: SanitizedGlobalConfig;
};
//# sourceMappingURL=types.d.ts.map