DisBot
    Preparing search index...

    Type Alias GuildLogsCreateOrConnectWithoutGuildsInput

    type GuildLogsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildLogsCreateWithoutGuildsInput,
            GuildLogsUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildLogsWhereUniqueInput;
    }
    Index

    Properties

    Properties