interface Base {
    id: string;
    type: Request.Type;
}

Hierarchy (View Summary)

Properties

Properties

id: string