Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.08 KB

externalorganizationslistresponse.md

File metadata and controls

39 lines (34 loc) · 2.08 KB

ExternalOrganizationsListResponse

Example Usage

import { ExternalOrganizationsListResponse } from "@polar-sh/sdk/models/operations/externalorganizationslist.js";

let value: ExternalOrganizationsListResponse = {
  result: {
    items: [
      {
        id: "222879f9-343c-471d-b69f-98ee7aa4290d",
        platform: "github",
        name: "<value>",
        avatarUrl: "https://velvety-vein.info",
        isPersonal: false,
        bio: "<value>",
        prettyName: "<value>",
        company: "Wiza, Stehr and O'Keefe",
        blog: "<value>",
        location: "<value>",
        email: "[email protected]",
        twitterUsername: "<value>",
        organizationId: "<value>",
      },
    ],
    pagination: {
      totalCount: 394467,
      maxPage: 951520,
    },
  },
};

Fields

Field Type Required Description
result components.ListResourceExternalOrganization ✔️ N/A