OK
import { ComAtprotoAdminGetAccountInfosResponseBody } from "@speakeasy-api/bluesky/models/operations";
let value: ComAtprotoAdminGetAccountInfosResponseBody = {
infos: [
{
did: "<id>",
handle: "<value>",
indexedAt: new Date("2022-09-07T05:54:51.747Z"),
},
],
};
Field | Type | Required | Description |
---|---|---|---|
infos |
components.ComAtprotoAdminDefsAccountView[] | ✔️ | N/A |