/** * Contains Global variable */ export class Global { static tokenId: string; static url: string; }