Interface RepluggedCommandSection

interface RepluggedCommandSection {
    icon: string;
    id: string;
    name: string;
    type?: 1;
}

Properties

Properties

icon: string
id: string
name: string
type