@jambonz/sdk
    Preparing search index...

    Interface LeaveVerb

    interface LeaveVerb {
        verb: "leave";
        id?: string;
    }
    Index

    Properties

    Properties

    verb: "leave"
    id?: string