@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
RoleCreateOrConnectWithoutRolePermissionsInput
Type Alias RoleCreateOrConnectWithoutRolePermissionsInput
type
RoleCreateOrConnectWithoutRolePermissionsInput
=
{
create
:
Prisma
.
XOR
<
RoleCreateWithoutRolePermissionsInput
,
RoleUncheckedCreateWithoutRolePermissionsInput
,
>
;
where
:
RoleWhereUniqueInput
;
}
Index
Properties
create
where
Properties
create
create
:
Prisma
.
XOR
<
RoleCreateWithoutRolePermissionsInput
,
RoleUncheckedCreateWithoutRolePermissionsInput
,
>
where
where
:
RoleWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
where
@robert-brightline/auth-db - v0.0.21
Loading...