DisBot
    Preparing search index...

    Type Alias GuildLogsUpsertWithWhereUniqueWithoutGuildsInput

    type GuildLogsUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildLogsCreateWithoutGuildsInput,
            GuildLogsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildLogsUpdateWithoutGuildsInput,
            GuildLogsUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildLogsWhereUniqueInput;
    }
    Index

    Properties

    Properties