Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.8 KB

appbskygraphsearchstarterpacksresponse.md

File metadata and controls

19 lines (14 loc) · 1.8 KB

AppBskyGraphSearchStarterPacksResponse

Example Usage

import { AppBskyGraphSearchStarterPacksResponse } from "@speakeasy-api/bluesky/models/operations";

let value: AppBskyGraphSearchStarterPacksResponse = {
  result: {
    starterPacks: [],
  },
};

Fields

Field Type Required Description
result operations.AppBskyGraphSearchStarterPacksResponseBody ✔️ N/A