@makehq/sdk
    Preparing search index...

    Type Alias BatchScenarioNotesResult

    Outcome of a batch note request.

    type BatchScenarioNotesResult = {
        created: ScenarioNote[];
        deleted: string[];
        updated: ScenarioNote[];
    }
    Index

    Properties

    created: ScenarioNote[]

    The notes that were created

    deleted: string[]

    IDs of the notes that were deleted

    updated: ScenarioNote[]

    The notes that were updated