Interface RawConfigUser

interface RawConfigUser {
    avatar: string;
    badges: string[];
    banner: string;
    color: string;
    id: number;
    role: string;
    username: string;
}

Properties

avatar: string
badges: string[]
banner: string
color: string
id: number
role: string
username: string