PathOptions: { [key: string]: unknown }
import type { PathOptions } from '@chubbyts/chubbyts-framework/dist/router/route';

const pathOptions: PathOptions = { key: 'value' };

Type declaration

  • [key: string]: unknown