OK
import { AppBskyGraphGetStarterPackResponseBody } from "@speakeasy-api/bluesky/models/operations";
let value: AppBskyGraphGetStarterPackResponseBody = {
starterPack: {
uri: "https://polished-horde.com/",
cid: "<id>",
record: "<value>",
creator: {
did: "<id>",
handle: "<value>",
},
indexedAt: new Date("2022-11-23T22:01:05.887Z"),
},
};
Field | Type | Required | Description |
---|---|---|---|
starterPack |
components.AppBskyGraphDefsStarterPackView | ✔️ | N/A |