DisBot
    Preparing search index...

    Type Alias LevelSettingsCreateNestedOneWithoutGuildsInput

    type LevelSettingsCreateNestedOneWithoutGuildsInput = {
        connect?: LevelSettingsWhereUniqueInput;
        connectOrCreate?: LevelSettingsCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            LevelSettingsCreateWithoutGuildsInput,
            LevelSettingsUncheckedCreateWithoutGuildsInput,
        >;
    }
    Index

    Properties