interface Base {
    id: string;
    success: boolean;
    type: Response.Type;
}

Hierarchy (View Summary)

Properties

Properties

id: string
success: boolean