Interface PitcherMessage

interface PitcherMessage {
    request: { body?: Record<string, any>; id: string; type: string };
    type: "PITCHER_EVENT";
}

Properties

Properties

request: { body?: Record<string, any>; id: string; type: string }
type: "PITCHER_EVENT"