RecordConstraints<T>: ({
    requiredKeys?: T[];
} | {
    withDeletedKeys?: boolean;
}) & {
    noNullPrototype?: boolean;
}

Constraints to be applied on record

Type Parameters

  • T = unknown

Type declaration

  • Optional noNullPrototype?: boolean

    Do not generate records with null prototype

    Default Value

    true
    

    Remarks

    Since 3.13.0

Remarks

Since 0.0.12