interface TokenExpired {
    expiredDate: Date;
}

Properties

Properties

expiredDate: Date