DataSetSchema: Record<string | number, undefined | {
    auto?: DataSetAutoPropertyConfig;
    derived?: DataSetDerivedPropertyConfig;
    ensureNoDuplication?: boolean;
    externalRingBuffer?: TypedArrayInclBigInt;
    nonNumeric?: boolean;
    pattern?: DataPattern;
    storage?: TypedArrayConstructorInclBigInt;
}>

Type definition of DataSet schema. See schema for more information.