export type NestConfig = {
    collection?: string;
};
