@traversable/schema
    Preparing search index...
    interface optional<S> {
        toJsonSchema: {
            "[symbol_optional]": number;
            (): {
                -readonly [K in string
                | number
                | symbol]: (Returns<S["toJsonSchema" & keyof S]> & { nullable: true })[K]
            };
        };
    }

    Type Parameters

    • S
    Index

    Properties

    Properties

    toJsonSchema: {
        "[symbol_optional]": number;
        (): {
            -readonly [K in string
            | number
            | symbol]: (Returns<S["toJsonSchema" & keyof S]> & { nullable: true })[K]
        };
    }