Interface Request

interface Request {
    id: string;
    icon: string;
    name?: string;
    username?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

id: string
icon: string
name?: string
username?: string