Skip to content
Snippets Groups Projects
Commit 7d1375a6 authored by Mikkel Aas's avatar Mikkel Aas
Browse files

created a nav agent controller interface

parent 421699da
No related branches found
No related tags found
No related merge requests found
/**
* INAVAgentController is an interface for the functions within the NAVAgentController class.
*/
export interface INAVAgentController {
isQualifiedForUnemploymentBenefits(presentationToken: string): Promise<boolean | Error>
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment