export interface BaseObject {
    $attr?: {
        'xsi:type': string;
    };
}
