From 4ce067e5c2aa1484e3404f9995ca90780c76c374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 3 Oct 2023 14:17:39 +0200 Subject: [PATCH] AssignmentFile => Volume field is now optional --- types/Dojo/AssignmentFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/Dojo/AssignmentFile.ts b/types/Dojo/AssignmentFile.ts index 04de8ba..61c826c 100644 --- a/types/Dojo/AssignmentFile.ts +++ b/types/Dojo/AssignmentFile.ts @@ -8,7 +8,7 @@ interface AssignmentFile { immutable: Array<ImmutableFileDescriptor> result: { - container: string, volume: string + container: string, volume?: string } } -- GitLab