How to pass the url in the type script file for options

this.options.push({
		displayName: 'Restaurents',
		subItems: [
			{
				iconName: 'basket',
				displayName: 'Restaurents-1',
				component:  MaintabsPage
			},
			{
				iconName: 'basket',
				displayName: 'Restaurents-2 ',
				component: MaintabsPage
			}
		]
	});