package response import "bkb-seller/model/request" type PolicyPathResponse struct { Paths []request.CasbinInfo `json:"paths"` }