aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/client/register-client-route.model.ts
blob: 271b67834ed2d78ee63228aff3f1fc7f1933ed3a (plain) (blame)
1
2
3
4
5
6
7
export interface RegisterClientRouteOptions {
  route: string

  onMount (options: {
    rootEl: HTMLElement
  }): void
}