Interface JSONPartialApplication

interface JSONPartialApplication {
    botPublic?: boolean;
    botRequireCodeGrant?: boolean;
    createdAt: number;
    description: string;
    icon: null | string;
    id: string;
    name: string;
    verifyKey?: string;
}

Hierarchy (view full)

Properties

botPublic?: boolean
botRequireCodeGrant?: boolean
createdAt: number
description: string
icon: null | string
id: string
name: string
verifyKey?: string