feat: any

any is fine
This commit is contained in:
Nya Candy 2023-01-29 17:22:13 +08:00
parent 22d44480c9
commit efe707fd16
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ type MisskeyUserBase struct {
// Ignore other fields
}
type MisskeyUser = map[string]interface{} // Just raw json map
type MisskeyUser = map[string]any // Just raw json map