| 8 | import {IDataAccessor} from "../DataAccessor"; |
| 9 | |
| 10 | export interface IAnyDataDescriptor { |
| 11 | restArrayField: string; |
| 12 | } |
| 13 | |
| 14 | export interface IDataDescriptor<T> extends IAnyDataDescriptor { |
| 15 | fieldId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected