interface ProgramProvider {
    description: Description;
    icons: Icons;
    isStandardAccount: IsStandardAccount;
    name: string;
    nicopediaArticleUrl: NicopediaArticleUrl;
    profileUrl: string;
    programProviderId: ProgramProviderId;
    type: string;
    userLevel: NicoNama.UserLevel;
}

Properties

description: Description
icons: Icons
isStandardAccount: IsStandardAccount
name: string
nicopediaArticleUrl: NicopediaArticleUrl
profileUrl: string
programProviderId: ProgramProviderId
type: string
userLevel: NicoNama.UserLevel