DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateOrConnectWithoutLevelsInput

    type LevelSettingsCreateOrConnectWithoutLevelsInput = {
        create: XOR<
            LevelSettingsCreateWithoutLevelsInput,
            LevelSettingsUncheckedCreateWithoutLevelsInput,
        >;
        where: LevelSettingsWhereUniqueInput;
    }
    Index

    Properties

    Properties