sesaparcours
    Preparing search index...
    interface ObjectWrappingMap<T extends string | number | symbol, U> {
        wrappedObject: Record<T, U>;
    }

    Type Parameters

    • T extends string | number | symbol
    • U
    Index

    Properties

    Properties

    wrappedObject: Record<T, U>