import { BaseObject } from './baseObject';
export interface Value extends BaseObject {
}
