5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
|
export class Session
|
||
|
|
{
|
||
|
|
userID:string;
|
||
|
|
token:string;
|
||
|
|
}
|