Fix fulfill missing upload

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-04-02 11:54:48 +02:00
parent 1988d64787
commit fd9442f6a3
7 changed files with 110 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/**
* @generated SignedSource<<c12714c0dab6d31865a2b49936566f05>>
* @generated SignedSource<<c502368227307b9e9780b67691ec45a1>>
* @lightSyntaxTransform
* @nogrep
*/
@@ -14,6 +14,7 @@ export type EvidenceType = "FILE" | "LINK";
export type FulfillEvidenceInput = {
evidenceId: string;
file?: any | null | undefined;
name?: string | null | undefined;
url?: string | null | undefined;
};
export type MitigationViewFulfillEvidenceMutation$variables = {