DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildLoggingInput

    type GuildsUpsertWithoutGuildLoggingInput = {
        create: XOR<
            GuildsCreateWithoutGuildLoggingInput,
            GuildsUncheckedCreateWithoutGuildLoggingInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildLoggingInput,
            GuildsUncheckedUpdateWithoutGuildLoggingInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties