turbodombuilder - v0.9.5
    Preparing search index...

    Type Alias MvcDataBlock<DataType, IdType>

    type MvcDataBlock<DataType = any, IdType extends string | number | symbol = any> = {
        id: IdType;
        data: DataType;
    }

    Type Parameters

    • DataType = any
    • IdType extends string | number | symbol = any
    Index

    Properties

    Properties

    id: IdType
    data: DataType