DisBot
    Preparing search index...

    Type Alias RuntimeDataModel

    type RuntimeDataModel = {
        enums: Record<string, RuntimeEnum>;
        models: Record<string, RuntimeModel>;
        types: Record<string, RuntimeModel>;
    }
    Index

    Properties

    Properties

    enums: Record<string, RuntimeEnum>
    models: Record<string, RuntimeModel>
    types: Record<string, RuntimeModel>