BatchGetProperties.Variables type

Signature:

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

References: Id, Maybe