Hierarchy

Properties

attributes?: {
    display_type: string;
    trait_type: string;
    value: string;
}[]
cdn?: {
    images?: {
        logo?: string;
    };
}

Type declaration

  • Optional images?: {
        logo?: string;
    }
    • Optional logo?: string
credentials?: {
    id: string;
    type: "github" | "gitlab" | "bitbucket";
}

Type declaration

  • id: string
  • type: "github" | "gitlab" | "bitbucket"
description?: string
devId: string
external_url?: string
image?: string
images?: {
    logo?: string;
}

Type declaration

  • Optional logo?: string
legalName: string

Legal name of the developer or the company

name?: string
website: string

Generated using TypeDoc