/** * Model: PutDevResourcesRequestDevResourcesInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface PutDevResourcesRequestDevResourcesInner { /** Unique identifier of the dev resource */ id: string; /** The name of the dev resource. */ name?: string; /** The URL of the dev resource. */ url?: string; } //# sourceMappingURL=put-dev-resources-request-dev-resources-inner.d.ts.map