interface DataModelFromSourceOptions {
    strict?: boolean;
}

Properties

Properties

strict?: boolean

Models created from trusted source data are validated non-strictly. Default: false.