Type to decorate an interface/object literal with entity information.
interface User extends Entity<{name: 'user'}> { id: number & PrimaryKey & AutoIncrement; username: string & Unique;}
Optional
Generated using TypeDoc
Type to decorate an interface/object literal with entity information.