@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
RoleCreateOrConnectWithoutUserRolesInput
Type Alias RoleCreateOrConnectWithoutUserRolesInput
type
RoleCreateOrConnectWithoutUserRolesInput
=
{
create
:
Prisma
.
XOR
<
RoleCreateWithoutUserRolesInput
,
RoleUncheckedCreateWithoutUserRolesInput
,
>
;
where
:
RoleWhereUniqueInput
;
}
Index
Properties
create
where
Properties
create
create
:
Prisma
.
XOR
<
RoleCreateWithoutUserRolesInput
,
RoleUncheckedCreateWithoutUserRolesInput
,
>
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...