/** GetCompanyByUrl */
export interface GetCompanyByUrl {
    /** xs:string */
    url?: string;
}
