Excludes a property from being treated as a database attribute. Use for instance methods, getters, setters, and non-persisted properties.
declare fullName: NonAttribute<string>;declare getFullName(): NonAttribute<string>; Copy
declare fullName: NonAttribute<string>;declare getFullName(): NonAttribute<string>;
Excludes a property from being treated as a database attribute. Use for instance methods, getters, setters, and non-persisted properties.