linstrom/ap/raw-note-content.go

7 lines
115 B
Go
Raw Normal View History

2024-01-30 11:26:41 +00:00
package ap
type RawNoteContent struct {
Content string `json:"content"`
MediaType string `json:"mediaType"`
}