DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildLogsInput

    type GuildsUpsertWithoutGuildLogsInput = {
        create: XOR<
            GuildsCreateWithoutGuildLogsInput,
            GuildsUncheckedCreateWithoutGuildLogsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildLogsInput,
            GuildsUncheckedUpdateWithoutGuildLogsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties