OneSDK
    Preparing search index...
    interface Supplier {
        accountType: string;
        icons: SupplierIcons;
        introduction: string;
        level: number;
        name: string;
        nicopediaArticle: NicopediaArticle;
        pageUrl: string;
        programProviderId: string;
    }
    Index

    Properties

    accountType: string
    introduction: string
    level: number
    name: string
    nicopediaArticle: NicopediaArticle
    pageUrl: string
    programProviderId: string