import type { Schema, UID, Utils } from '../..'; export type IsDraftAndPublishEnabled = Utils.MatchFirst<[ [ UID.IsContentType, Utils.IsTrue['options']>['draftAndPublish']> ], [ Utils.And>, UID.IsComponent>, Utils.Constants.False ] ], Utils.Constants.True>; //# sourceMappingURL=draft-and-publish.d.ts.map