DisBot
    Preparing search index...

    Type Alias MessageTemplatesUpsertWithWhereUniqueWithoutGuildsInput

    type MessageTemplatesUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            MessageTemplatesCreateWithoutGuildsInput,
            MessageTemplatesUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            MessageTemplatesUpdateWithoutGuildsInput,
            MessageTemplatesUncheckedUpdateWithoutGuildsInput,
        >;
        where: MessageTemplatesWhereUniqueInput;
    }
    Index

    Properties

    Properties