···11export * as SiteStandardDocument from './types/site/standard/document.ts';
22+export * as SiteStandardGraphRecommend from './types/site/standard/graph/recommend.ts';
23export * as SiteStandardGraphSubscription from './types/site/standard/graph/subscription.ts';
34export * as SiteStandardPublication from './types/site/standard/publication.ts';
45export * as SiteStandardThemeBasic from './types/site/standard/theme/basic.ts';
···11+import * as ComAtprotoLabelDefs from '@atcute/atproto/types/label/defs';
12import type {} from '@atcute/lexicons';
23import type {} from '@atcute/lexicons/ambient';
34import * as v from '@atcute/lexicons/validations';
···3637 /*#__PURE__*/ v.blobAccept(['image/*']),
3738 ]),
3839 ),
4040+ /**
4141+ * Self-label values for this publication. Effectively content warnings.
4242+ */
4343+ get labels() {
4444+ return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.variant([ComAtprotoLabelDefs.selfLabelsSchema]));
4545+ },
3946 /**
4047 * Name of the publication.
4148 * @maxLength 5000