File size: 79 Bytes
2c16c8c
 
 
 
 
1
2
3
4
5
export class Auth {
  constructor(

    public readonly id: number,

  ) {}
}