import { FIELDNAME } from "../components";
export type RFC_DB_FLD = {
    fieldName: FIELDNAME;
};
