Skip to content

Commit 26f9bdf

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
added parameter
1 parent 78dd2bc commit 26f9bdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/interfaces/UploadResponse.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,8 @@ export interface UploadResponse {
7676
* A key-value data associated with the asset. Before setting any custom metadata on an asset, you have to create the field using custom metadata fields API.
7777
*/
7878
customMetadata?: CMValues;
79+
/**
80+
* Is the file published or in draft state. It can be either true or false.
81+
*/
82+
isPublished?: boolean
7983
}

0 commit comments

Comments
 (0)