a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(whitewind): regenerate types

Mary 34d485a0 e0454e26

-3
-3
packages/definitions/whitewind/lib/lexicons/types/com/whtwnd/blog/defs.ts
··· 3 3 4 4 const _blobMetadataSchema = /*#__PURE__*/ v.object({ 5 5 $type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.whtwnd.blog.defs#blobMetadata')), 6 - /** 7 - * @accept *\/* 8 - */ 9 6 blobref: /*#__PURE__*/ v.blob(), 10 7 name: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()), 11 8 });