UNPKG

enroll-jaakrecog

Version:

This is a JAAK Enroll© Angular Component

13 lines (12 loc) 403 B
import { OnInit } from '@angular/core'; import { ErrorResponse } from './classes/error'; import { OneToNEnroll } from './classes/one-to-n-enroll'; export declare class EnrollComponent implements OnInit { userData: any; accessToken: string; getResponse: OneToNEnroll | ErrorResponse | any; showComponent: boolean; constructor(); ngOnInit(): void; emitResult(ev: any): void; }