DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateOrConnectWithoutXPDropsInput

    type LevelSettingsCreateOrConnectWithoutXPDropsInput = {
        create: XOR<
            LevelSettingsCreateWithoutXPDropsInput,
            LevelSettingsUncheckedCreateWithoutXPDropsInput,
        >;
        where: LevelSettingsWhereUniqueInput;
    }
    Index

    Properties

    Properties