UNPKG

squde-wp-api

Version:

Publish to npm:

10 lines (9 loc) 173 B
export interface IMenu { ID: number; target: string; title: string; type: string; type_label: string; url: string; subMenu?: IMenu[]; }