5 lines
No EOL
69 B
TypeScript
5 lines
No EOL
69 B
TypeScript
export class Token{
|
|
_id?: string;
|
|
did: string;
|
|
tkn: string;
|
|
} |