@traversable/schema
    Preparing search index...
    interface StrictObject<S = unknown> {
        entries: { [x: string]: S };
        type: "strict_object";
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    entries: { [x: string]: S }
    type: "strict_object"