Skip to content
Snippets Groups Projects
Commit 4ce067e5 authored by michael.minelli's avatar michael.minelli
Browse files

AssignmentFile => Volume field is now optional

parent 6cff1927
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ interface AssignmentFile { ...@@ -8,7 +8,7 @@ interface AssignmentFile {
immutable: Array<ImmutableFileDescriptor> immutable: Array<ImmutableFileDescriptor>
result: { result: {
container: string, volume: string container: string, volume?: string
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment