package response import ( "wails-app/internal/modules/system/model/request" ) type PolicyPathResponse struct { Paths []request.CasbinInfo `json:"paths"` }