interface ClearResponse {
    id: string;
    success: boolean;
    type: "CLEAR_RESPONSE";
}

Hierarchy (View Summary)

Properties

Properties

id: string
success: boolean
type: "CLEAR_RESPONSE"