DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutAutoRolesInput

    type GuildsUpsertWithoutAutoRolesInput = {
        create: XOR<
            GuildsCreateWithoutAutoRolesInput,
            GuildsUncheckedCreateWithoutAutoRolesInput,
        >;
        update: XOR<
            GuildsUpdateWithoutAutoRolesInput,
            GuildsUncheckedUpdateWithoutAutoRolesInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties