MCPcopy Create free account
hub / github.com/baiwumm/react-admin /

Class

Xmw_server/src/models/xmw_menu.model.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30import type { MenuAttributes } from '@/utils/types/system';
31@Table({ tableName: 'xmw_menu', underscored: false })
32export class XmwMenu
33 extends Model<MenuAttributes, MenuAttributes>
34 implements MenuAttributes {
35 @IsUUID(4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected