BatchDeleteProperties.Variables type

Signature:

type Variables = {
        modelId: Id;
        docAndCatIdArr: (Maybe<number>)[];
        elementIdArr: (Maybe<number>)[];
        propertyArr: (Maybe<string>)[];
    };

References: Id, Maybe