export interface IWsMsTokenModelResponse { accessToken?: string; expiresOn?: string; resource?: string; tokenType?: string; }