UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

6 lines (5 loc) 238 B
import type { DataModelFieldAttribute } from '@zenstackhq/sdk/ast'; /** * Check if the given field attribute is a `@default` with `auth()` invocation */ export declare function isDefaultWithAuth(attr: DataModelFieldAttribute): boolean;