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

    Type Alias RoleCreateNestedOneWithoutUserRolesInput

    type RoleCreateNestedOneWithoutUserRolesInput = {
        connect?: RoleWhereUniqueInput;
        connectOrCreate?: RoleCreateOrConnectWithoutUserRolesInput;
        create?: Prisma.XOR<
            RoleCreateWithoutUserRolesInput,
            RoleUncheckedCreateWithoutUserRolesInput,
        >;
    }
    Index

    Properties