Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.63 KB

appbskygraphgetlistmutesresponse.md

File metadata and controls

19 lines (14 loc) · 1.63 KB

AppBskyGraphGetListMutesResponse

Example Usage

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

let value: AppBskyGraphGetListMutesResponse = {
  result: {
    lists: [],
  },
};

Fields

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