payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
8 lines • 331 B
TypeScript
import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
import type { Props as ListProps } from '../../views/collections/List/types';
export type Props = {
collection: SanitizedCollectionConfig;
resetParams: ListProps['resetParams'];
title?: string;
};
//# sourceMappingURL=types.d.ts.map