Rename 'download' to 'files'
This commit is contained in:
Vendored
+1
-1
@@ -508,7 +508,7 @@ export interface ApiParoleParole extends Schema.CollectionType {
|
||||
creativeCommons: Attribute.Enumeration<
|
||||
['BY', 'BY-SA', 'BY-ND', 'BY-NC', 'BY-NC-SA', 'BY-NC-ND']
|
||||
>;
|
||||
download: Attribute.Media;
|
||||
files: Attribute.Media;
|
||||
createdAt: Attribute.DateTime;
|
||||
updatedAt: Attribute.DateTime;
|
||||
publishedAt: Attribute.DateTime;
|
||||
|
||||
Reference in New Issue
Block a user