/** * Model: GetProjectFiles200ResponseFilesInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetProjectFiles200ResponseFilesInner { /** The file's key. */ key: string; /** The file's name. */ name: string; /** The file's thumbnail URL. */ thumbnail_url?: string; /** The UTC ISO 8601 time at which the file was last modified. */ last_modified: string; } //# sourceMappingURL=get-project-files200-response-files-inner.d.ts.map