/** * Model: PostDevResources200ResponseErrorsInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface PostDevResources200ResponseErrorsInner { /** The file key. */ file_key?: string; /** The node id. */ node_id?: string; /** The error message. */ error: string; } //# sourceMappingURL=post-dev-resources200-response-errors-inner.d.ts.map