DisBot
    Preparing search index...

    Type Alias GuildLoggingCreateOrConnectWithoutGuildsInput

    type GuildLoggingCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildLoggingCreateWithoutGuildsInput,
            GuildLoggingUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildLoggingWhereUniqueInput;
    }
    Index

    Properties

    Properties