interface ISerializable {
    aiDataContract: {
        [key: string]: FieldType | (() => FieldType);
    };
}

Hierarchy (view full)

Implemented by

Properties

Properties

aiDataContract: {
    [key: string]: FieldType | (() => FieldType);
}

The set of fields for a serializable object. This defines the serialization order and a value of true/false for each field defines whether the field is required or not.