@traversable/schema
    Preparing search index...

    Interface ObjectWithRest<S>

    interface ObjectWithRest<S = unknown> {
        entries: { [x: string]: S };
        rest: S;
        type: "object_with_rest";
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    entries: { [x: string]: S }
    rest: S
    type: "object_with_rest"