package structs
type RestoreBranchOption struct {
BranchID int64 `json:"branch_id"`
BranchName string `json:"name"`
}