OneQlik/src/app/token.ts
2023-01-07 17:28:53 +00:00

5 lines
No EOL
69 B
TypeScript

export class Token{
_id?: string;
did: string;
tkn: string;
}