Interface RawCommon

interface RawCommon {
    badges: any[];
    color: string;
    perms: any[];
}

Properties

Properties

badges: any[]
color: string
perms: any[]