@ark7/model - v2.0.56
    Preparing search index...

    Interface MMapOptions<T>

    interface MMapOptions<T> {
        of: T;
        type: MapConstructor;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    of: T
    type: MapConstructor