InitElementProperty.Variables type

Signature:

type Variables = {
        modelId: Id;
        property: string;
        strValue?: Maybe<string>;
        numValue?: Maybe<number>;
    };

References: Id, Maybe