···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs'
913import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
1014
+6-2
lexicons/api/types/com/atproto/label/defs.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
913import type * as ComAtprotoRepoDefs from './defs'
10141115const is$typed = _is$typed,
1216 validate = _validate
1317const id = 'com.atproto.repo.applyWrites'
14181515-export interface QueryParams {}
1919+export type QueryParams = {}
16201721export interface InputSchema {
1822 /** The handle or DID of the repo (aka, current account). */
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
913import type * as ComAtprotoRepoDefs from './defs'
10141115const is$typed = _is$typed,
1216 validate = _validate
1317const id = 'com.atproto.repo.createRecord'
14181515-export interface QueryParams {}
1919+export type QueryParams = {}
16201721export interface InputSchema {
1822 /** The handle or DID of the repo (aka, current account). */
+6-2
lexicons/api/types/com/atproto/repo/defs.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
913import type * as ComAtprotoRepoDefs from './defs'
10141115const is$typed = _is$typed,
1216 validate = _validate
1317const id = 'com.atproto.repo.deleteRecord'
14181515-export interface QueryParams {}
1919+export type QueryParams = {}
16201721export interface InputSchema {
1822 /** The handle or DID of the repo (aka, current account). */
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
9131014const is$typed = _is$typed,
1115 validate = _validate
1216const id = 'com.atproto.repo.describeRepo'
13171414-export interface QueryParams {
1818+export type QueryParams = {
1519 /** The handle or DID of the repo. */
1620 repo: string
1721}
1818-1922export type InputSchema = undefined
20232124export interface OutputSchema {
+7-4
lexicons/api/types/com/atproto/repo/getRecord.ts
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
9131014const is$typed = _is$typed,
1115 validate = _validate
1216const id = 'com.atproto.repo.getRecord'
13171414-export interface QueryParams {
1818+export type QueryParams = {
1519 /** The handle or DID of the repo. */
1620 repo: string
1721 /** The NSID of the record collection. */
···2125 /** The CID of the version of the record. If not specified, then return the most recent version. */
2226 cid?: string
2327}
2424-2528export type InputSchema = undefined
26292730export interface OutputSchema {
+7-4
lexicons/api/types/com/atproto/repo/importRepo.ts
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
9131014const is$typed = _is$typed,
1115 validate = _validate
1216const id = 'com.atproto.repo.importRepo'
13171414-export interface QueryParams {}
1515-1818+export type QueryParams = {}
1619export type InputSchema = string | Uint8Array | Blob
17201821export interface CallOptions {
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
9131014const is$typed = _is$typed,
1115 validate = _validate
1216const id = 'com.atproto.repo.listRecords'
13171414-export interface QueryParams {
1818+export type QueryParams = {
1519 /** The handle or DID of the repo. */
1620 repo: string
1721 /** The NSID of the record type. */
···2630 /** Flag to reverse the order of the returned records. */
2731 reverse?: boolean
2832}
2929-3033export type InputSchema = undefined
31343235export interface OutputSchema {
+7-3
lexicons/api/types/com/atproto/repo/putRecord.ts
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
913import type * as ComAtprotoRepoDefs from './defs'
10141115const is$typed = _is$typed,
1216 validate = _validate
1317const id = 'com.atproto.repo.putRecord'
14181515-export interface QueryParams {}
1919+export type QueryParams = {}
16201721export interface InputSchema {
1822 /** The handle or DID of the repo (aka, current account). */
+6-2
lexicons/api/types/com/atproto/repo/strongRef.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+7-4
lexicons/api/types/com/atproto/repo/uploadBlob.ts
···22 * GENERATED CODE - DO NOT MODIFY
33 */
44import { HeadersMap, XRPCError } from '@atproto/xrpc'
55-import { ValidationResult, BlobRef } from '@atproto/lexicon'
55+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
66import { CID } from 'multiformats/cid'
77import { validate as _validate } from '../../../../lexicons'
88-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
88+import {
99+ type $Typed,
1010+ is$typed as _is$typed,
1111+ type OmitKey,
1212+} from '../../../../util'
9131014const is$typed = _is$typed,
1115 validate = _validate
1216const id = 'com.atproto.repo.uploadBlob'
13171414-export interface QueryParams {}
1515-1818+export type QueryParams = {}
1619export type InputSchema = string | Uint8Array | Blob
17201821export interface OutputSchema {
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as PubLeafletRichtextFacet from '../richtext/facet'
9131014const is$typed = _is$typed,
+6-2
lexicons/api/types/pub/leaflet/blocks/bskyPost.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
9131014const is$typed = _is$typed,
+6-2
lexicons/api/types/pub/leaflet/blocks/code.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/header.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as PubLeafletRichtextFacet from '../richtext/facet'
9131014const is$typed = _is$typed,
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/iframe.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/image.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/math.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/page.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/text.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as PubLeafletRichtextFacet from '../richtext/facet'
9131014const is$typed = _is$typed,
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as PubLeafletBlocksText from './text'
913import type * as PubLeafletBlocksHeader from './header'
1014import type * as PubLeafletBlocksImage from './image'
+6-2
lexicons/api/types/pub/leaflet/blocks/website.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+2-2
lexicons/api/types/pub/leaflet/comment.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
77+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
88import type * as PubLeafletRichtextFacet from './richtext/facet'
99import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
1010
+2-2
lexicons/api/types/pub/leaflet/document.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
77+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
88import type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef'
99import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
1010
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812import type * as PubLeafletBlocksIframe from '../blocks/iframe'
913import type * as PubLeafletBlocksText from '../blocks/text'
1014import type * as PubLeafletBlocksBlockquote from '../blocks/blockquote'
+2-2
lexicons/api/types/pub/leaflet/publication.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
77+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
88import type * as PubLeafletThemeColor from './theme/color'
99import type * as PubLeafletThemeBackgroundImage from './theme/backgroundImage'
1010
+6-2
lexicons/api/types/pub/leaflet/richtext/facet.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/theme/color.ts
···11/**
22 * GENERATED CODE - DO NOT MODIFY
33 */
44-import { ValidationResult, BlobRef } from '@atproto/lexicon'
44+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
55import { CID } from 'multiformats/cid'
66import { validate as _validate } from '../../../../lexicons'
77-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
77+import {
88+ type $Typed,
99+ is$typed as _is$typed,
1010+ type OmitKey,
1111+} from '../../../../util'
812913const is$typed = _is$typed,
1014 validate = _validate
+1-1
lexicons/api/util.ts
···22 * GENERATED CODE - DO NOT MODIFY
33 */
4455-import { ValidationResult } from '@atproto/lexicon'
55+import { type ValidationResult } from '@atproto/lexicon'
6677export type OmitKey<T, K extends keyof T> = {
88 [K2 in keyof T as K2 extends K ? never : K2]: T[K2]
···66 "Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.",
77 required: ["uri"],
88 properties: {
99- uri: { type: "string", format: "uri" },
99+ uri: { type: "string" },
1010 },
1111 },
1212 code: {