interface Blocked {
    avatar?: number;
    id: string;
    username: string;
}

Properties

Properties

avatar?: number
id: string
username: string