DisBot
    Preparing search index...

    Type Alias LevelSettingsUpsertWithoutGuildsInput

    type LevelSettingsUpsertWithoutGuildsInput = {
        create: XOR<
            LevelSettingsCreateWithoutGuildsInput,
            LevelSettingsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            LevelSettingsUpdateWithoutGuildsInput,
            LevelSettingsUncheckedUpdateWithoutGuildsInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties