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

Constraints to be applied on record

Type Parameters

  • T = unknown

Type declaration

  • OptionalnoNullPrototype?: boolean

    Do not generate records with null prototype

    true
    

    Since 3.13.0

Since 0.0.12