DisBot
    Preparing search index...

    Type Alias LevelsInclude<ExtArgs>

    type LevelsInclude<ExtArgs extends InternalArgs = DefaultArgs> = {
        LevelSettings?: boolean | LevelSettingsDefaultArgs<ExtArgs>;
        Users?: boolean | UsersDefaultArgs<ExtArgs>;
    }

    Type Parameters

    Index

    Properties

    LevelSettings?: boolean | LevelSettingsDefaultArgs<ExtArgs>
    Users?: boolean | UsersDefaultArgs<ExtArgs>