mirror of
https://github.com/wahyd4/next-dashboard.git
synced 2026-08-09 04:26:06 +10:00
8 lines
134 B
Go
8 lines
134 B
Go
package requests
|
|
|
|
type WebhookRequest struct {
|
|
Title string `json:"title"`
|
|
Body string `json:"body"`
|
|
Type string `json:"type"`
|
|
}
|