interface IStateEventRequest {
    eventType: string;
    stateKey?: string;
}

Properties

Properties

eventType: string
stateKey?: string