UNPKG

220 BTypeScriptView Raw
1import { RestResource } from './RestResource';
2export interface Quality2 extends RestResource {
3 name: string;
4 source: string;
5 resolution: string;
6 modifier: string;
7}
8//# sourceMappingURL=Quality2.d.ts.map
\No newline at end of file