export interface Legal {
    /** ОКПО */
    okpo?: string;
}
