aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/services/aaiService/responseInterfaces/getAicZonesResponseInterface.ts
blob: 62581c9e25204ac50be69a59f593d49c391dda36 (plain)
1
2
3
export interface GetAicZonesResponse {
  zone: any[];
}