@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AccessTokenPermissionsUpdateManyWithWhereWithoutAccessTokenInput

    type AccessTokenPermissionsUpdateManyWithWhereWithoutAccessTokenInput = {
        data: Prisma.XOR<
            AccessTokenPermissionsUpdateManyMutationInput,
            AccessTokenPermissionsUncheckedUpdateManyWithoutAccessTokenInput,
        >;
        where: AccessTokenPermissionsScalarWhereInput;
    }
    Index

    Properties

    Properties