import { IExternalAttrItem } from "./external-attr-item.interface";
export interface IExternalProfile {
    external_attr: IExternalAttrItem[];
}
