export interface TokenInterface { id?: string; accessLicenceId?: string; creationDateTime?: string; isValid(): boolean; }