@traversable/schema
    Preparing search index...
    interface Object<S> {
        "[Kind]": "Object";
        properties: { [x: string]: S };
        required: string[];
    }

    Type Parameters

    • S
    Index

    Properties

    "[Kind]": "Object"
    properties: { [x: string]: S }
    required: string[]