@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface AddOrRemoveLabelsOptions

    interface AddOrRemoveLabelsOptions {
        labelId: string;
        type: "add" | "remove";
    }
    Index

    Properties

    Properties

    labelId: string
    type: "add" | "remove"