Values.FileUploadCardSourceA card in an Amazon Q App that allows the user to upload a file.
type nonrec t = {id : UUID.t option;The unique identifier of the file upload card.
*)title : Title.t option;The title of the file upload card.
*)dependencies : DependencyList.t option;Any dependencies or requirements for the file upload card.
*)type_ : CardType.t option;The type of the card.
*)filename : String_.t option;The name of the file being uploaded.
*)fileId : String_.t option;The unique identifier of the file associated with the card.
*)allowOverride : Boolean.t option;A flag indicating if the user can override the default file for the upload card.
*)}