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

    Type Alias RoleCreateOrConnectWithoutRolePermissionsInput

    type RoleCreateOrConnectWithoutRolePermissionsInput = {
        create: Prisma.XOR<
            RoleCreateWithoutRolePermissionsInput,
            RoleUncheckedCreateWithoutRolePermissionsInput,
        >;
        where: RoleWhereUniqueInput;
    }
    Index

    Properties

    Properties