interface GetStatus {
    id: string;
    type: "GET_STATUS";
}

Hierarchy (View Summary)

Properties

Properties

id: string
type: "GET_STATUS"