import { IFieldDescription } from '../rest/FieldDescription';

export interface IListFieldsResult {
  fields: IFieldDescription[];
}
