Remove unused struct

This commit is contained in:
The Magician 2024-05-20 16:50:57 +01:00
parent 72452ee2fa
commit 2131a54e64
1 changed files with 0 additions and 6 deletions

View File

@ -18,9 +18,3 @@ type BulkData struct {
ContentType string `json:"content_type"`
ContentEncoding string `json:"content_encoding"`
}
type BulkDataList struct {
Object string `json:"object"`
HasMore bool `json:"has_more"`
Data []BulkData `json:"data"`
}