/** * Patterns Entity Fields Configuration * * Defines all business fields for the patterns entity. * System fields (id, createdAt, updatedAt, userId, teamId) are implicit * and must NOT be declared here. * * Reference: core/lib/entities/system-fields.ts */ import type { EntityField } from '../../lib/entities/types'; export declare const patternsFields: EntityField[]; //# sourceMappingURL=patterns.fields.d.ts.map