DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateOrConnectWithoutGuildsInput

    type LevelSettingsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            LevelSettingsCreateWithoutGuildsInput,
            LevelSettingsUncheckedCreateWithoutGuildsInput,
        >;
        where: LevelSettingsWhereUniqueInput;
    }
    Index

    Properties

    Properties