Skip to content

Commit e9efdd3

Browse files
author
Jacob Wenger
authored
Added resourceState to the ObjectMetadata type (#6)
1 parent 2579baa commit e9efdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class ObjectBuilder {
7979
export interface ObjectMetadata {
8080
kind: string;
8181
id: string;
82+
resourceState: string;
8283
selfLink?: string;
8384
name?: string;
8485
bucket: string;

0 commit comments

Comments
 (0)