import { ECompanyKeys } from "../../../company";
export interface ICompanyKeys {
    field: ECompanyKeys;
    value: string;
}
