DisBot
    Preparing search index...

    Type Alias LevelSettingsUpdateToOneWithWhereWithoutGuildsInput

    type LevelSettingsUpdateToOneWithWhereWithoutGuildsInput = {
        data: XOR<
            LevelSettingsUpdateWithoutGuildsInput,
            LevelSettingsUncheckedUpdateWithoutGuildsInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties