Interface NavigationInsertItem

interface NavigationInsertItem {
    insert: string;
}

Properties

Properties

insert: string