Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.72 KB

appbskygraphgetstarterpackresponsebody.md

File metadata and controls

28 lines (22 loc) · 1.72 KB

AppBskyGraphGetStarterPackResponseBody

OK

Example Usage

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"),
  },
};

Fields

Field Type Required Description
starterPack components.AppBskyGraphDefsStarterPackView ✔️ N/A