DisBot
    Preparing search index...

    Type Alias GuildLoggingUncheckedCreateNestedOneWithoutGuildsInput

    type GuildLoggingUncheckedCreateNestedOneWithoutGuildsInput = {
        connect?: GuildLoggingWhereUniqueInput;
        connectOrCreate?: GuildLoggingCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildLoggingCreateWithoutGuildsInput,
            GuildLoggingUncheckedCreateWithoutGuildsInput,
        >;
    }
    Index

    Properties