# Type Alias: IAppRouter

```ts
type IAppRouter = express.Router;

```

Express router type for plugin route registration
