/** * Model: GetDevResources200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { DevResource } from '../dev-resource'; export interface GetDevResources200Response { /** An array of dev resources. */ dev_resources: DevResource[]; } //# sourceMappingURL=get-dev-resources200-response.d.ts.map