AboutSupportDeveloper GuideVersion 2.0.0

Entity type for an individual Launchpad group.

interface Group {
    id?: number;
    name?: string;
    type?: string;
    value: string;
}

Properties

Properties

id?: number
name?: string
type?: string
value: string

Generated using TypeDoc