sesaparcours
    Preparing search index...
    interface EnforceShapeOptions {
        errorPrefix?: string;
        errorSuffix?: string;
        falsyAllowed?: boolean;
        falsyProps?: string[];
        undefAllowed?: boolean;
        undefProps?: string[];
    }
    Index

    Properties

    errorPrefix?: string
    errorSuffix?: string
    falsyAllowed?: boolean
    falsyProps?: string[]
    undefAllowed?: boolean
    undefProps?: string[]