linstrom/ap/raw-note-content.go
2024-01-30 11:26:41 +00:00

6 lines
115 B
Go

package ap
type RawNoteContent struct {
Content string `json:"content"`
MediaType string `json:"mediaType"`
}