/** * Model: PutDevResources200ResponseErrorsInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface PutDevResources200ResponseErrorsInner { /** The id of the dev resource. */ id?: string; /** The error message. */ error: string; } //# sourceMappingURL=put-dev-resources200-response-errors-inner.d.ts.map