/** * Model: PostDevResourcesRequestDevResourcesInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface PostDevResourcesRequestDevResourcesInner { /** The name of the dev resource. */ name: string; /** The URL of the dev resource. */ url: string; /** The file key where the dev resource belongs. */ file_key: string; /** The target node to attach the dev resource to. */ node_id: string; } //# sourceMappingURL=post-dev-resources-request-dev-resources-inner.d.ts.map