Interface RequestAddedEvent

interface RequestAddedEvent {
    id: string;
    type: "requestAdded";
}

Properties

Properties

id: string
type: "requestAdded"