5 lines
No EOL
123 B
TypeScript
5 lines
No EOL
123 B
TypeScript
import type { Application } from 'express';
|
|
|
|
export abstract class BaseController {
|
|
static setup(app: Application) {}
|
|
} |