DisBot
    Preparing search index...

    Type Alias DevTypeMapDef

    type DevTypeMapDef = {
        meta: { modelProps: string };
        model: {
            [Model in PropertyKey]: { [Operation in PropertyKey]: DevTypeMapFnDef }
        };
        other: { [Operation in PropertyKey]: DevTypeMapFnDef };
    }
    Index

    Properties

    Properties

    meta: { modelProps: string }
    model: {
        [Model in PropertyKey]: { [Operation in PropertyKey]: DevTypeMapFnDef }
    }
    other: { [Operation in PropertyKey]: DevTypeMapFnDef }