Represents custom data that can be associated with a dynamic field. This typically includes additional metadata about the field.

interface CustomDataModel {
    Type: string;
}

Properties

Properties

Type: string

A string indicating the type of custom data. This helps in categorizing or interpreting the custom data.