/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { FSDBEntity } from '@becomes/purple-cheetah-mod-fsdb/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; import { Schema } from 'mongoose'; export interface BCMSStatus extends FSDBEntity { label: string; name: string; color: string; } export declare const BCMSStatusFSDBSchema: ObjectSchema; export declare const BCMSStatusMongoDBSchema: Schema, {}, {}, {}, {}, "type", { name: string; label: string; _id?: string | undefined; createdAt?: number | undefined; updatedAt?: number | undefined; color?: string | undefined; }>;