7 lines
115 B
Go
7 lines
115 B
Go
|
package ap
|
||
|
|
||
|
type RawNoteContent struct {
|
||
|
Content string `json:"content"`
|
||
|
MediaType string `json:"mediaType"`
|
||
|
}
|