4ef3a0e
1
2
3
4
5
6
7
8
9
package types type LocalFileData struct { MimeType string Base64Data string Url string Size int64 }