DisBot
    Preparing search index...

    Type Alias GuildLoggingCreateNestedOneWithoutGuildsInput

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

    Properties