UNPKG

@publish-cms/type

Version:
15 lines (14 loc) 298 B
export declare class IMenu { id?: string; type?: number; title?: string; url?: string; image?: string; parentId?: string; children?: string; childrens?: IMenu[]; createdAt?: Date | string; updatedAt?: Date | string; parent?: IMenu; menu?: IMenu[]; }