mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-29 23:10:35 +00:00
9 lines
120 B
Go
9 lines
120 B
Go
package types
|
|
|
|
type LocalFileData struct {
|
|
MimeType string
|
|
Base64Data string
|
|
Url string
|
|
Size int64
|
|
}
|