UNPKG

sdg

Version:

pomelo ts

7 lines (6 loc) 288 B
import BackendSessionService from '../common/service/backendSessionService'; import { IComponent } from '..'; import Application from '../application'; export default class BackendSessionComponent extends BackendSessionService implements IComponent { constructor(app: Application); }