DecisionsStreamResponse

interface DecisionsStreamResponse {
    deleted?: APITypes.GetDecisionsResponse;
    new?: APITypes.GetDecisionsResponse;
}

Properties

Properties

Generated using TypeDoc