@jambonz/sdk
    Preparing search index...

    Interface TagVerb

    interface TagVerb {
        verb: "tag";
        id?: string;
        data: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    verb: "tag"
    id?: string
    data: Record<string, unknown>

    Metadata to attach to the call.