DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildLeaveSetupInput

    type GuildsUpsertWithoutGuildLeaveSetupInput = {
        create: XOR<
            GuildsCreateWithoutGuildLeaveSetupInput,
            GuildsUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildLeaveSetupInput,
            GuildsUncheckedUpdateWithoutGuildLeaveSetupInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties