dnet45/modules/uoa-repository-dashboard-gui/branches/new-ui/src/app/domain/url-parameter.ts @ 59666
1 |
/**
|
---|---|
2 |
* Created by stefania on 9/6/16.
|
3 |
*/
|
4 |
export class URLParameter { |
5 |
key: string; |
6 |
value: string[]; |
7 |
}
|