DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutAutoAutoDeletesInput

    type GuildsUpsertWithoutAutoAutoDeletesInput = {
        create: XOR<
            GuildsCreateWithoutAutoAutoDeletesInput,
            GuildsUncheckedCreateWithoutAutoAutoDeletesInput,
        >;
        update: XOR<
            GuildsUpdateWithoutAutoAutoDeletesInput,
            GuildsUncheckedUpdateWithoutAutoAutoDeletesInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties