migrate from github
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package dto
|
||||
|
||||
type GetDocumentSettingsRequest struct {
|
||||
ExternalID string `json:"external_id"`
|
||||
}
|
||||
|
||||
type DocumentSettingsResponse struct {
|
||||
IsPublic bool `json:"is_public"`
|
||||
}
|
||||
|
||||
type UpdateDocumentSettingsRequest struct {
|
||||
ExternalID string `json:"external_id"`
|
||||
IsPublic bool `json:"is_public"`
|
||||
}
|
||||
Reference in New Issue
Block a user