summaryrefslogtreecommitdiff
path: root/shrine/types/config/response.go
blob: 9d37d5d16d6e243c074d9cdd830bd1af7326171f (plain)
1
2
3
4
5
6
package config

type ConfigResponse struct {
	MaxFileSize    int64 `json:"max_file_size"`
	MaxAttachments int   `json:"max_attachments"`
}