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

    Type Alias PermissionUpsertWithoutRolePermissionsInput

    type PermissionUpsertWithoutRolePermissionsInput = {
        create: Prisma.XOR<
            PermissionCreateWithoutRolePermissionsInput,
            PermissionUncheckedCreateWithoutRolePermissionsInput,
        >;
        update: Prisma.XOR<
            PermissionUpdateWithoutRolePermissionsInput,
            PermissionUncheckedUpdateWithoutRolePermissionsInput,
        >;
        where?: PermissionWhereInput;
    }
    Index

    Properties

    Properties