12 lines
244 B
TypeScript
12 lines
244 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* Code generated by ng-openapi-gen DO NOT EDIT. */
|
|
|
|
import { FiltriStrutture } from '../models/filtri-strutture';
|
|
export interface FindStrutture {
|
|
/**
|
|
* Filtri
|
|
*/
|
|
filters: FiltriStrutture;
|
|
}
|