interface Supplier {
    accountType: string;
    icons: SupplierIcons;
    introduction: string;
    level: number;
    name: string;
    nicopediaArticle: NicopediaArticle;
    pageUrl: string;
    programProviderId: string;
}

Properties

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