BatchGetProperties.Properties type

Signature:

type Properties = {
        __typename?: "PropertyWithValueArr";
        property: string;
        strValues: Maybe<(Maybe<string>)[]>;
        numValues: Maybe<(Maybe<number>)[]>;
    };

References: Maybe