@rvoh/dream
    Preparing search index...

    Type Alias ViewModel

    type ViewModel = {
        serializers: Record<
            string,
            DreamModelSerializerType
            | SimpleObjectSerializerType
            | string,
        >;
    }
    Index

    Properties

    Properties

    serializers: Record<
        string,
        DreamModelSerializerType
        | SimpleObjectSerializerType
        | string,
    >