跳转到内容

PermissionDecision

type PermissionDecision = "allow" | "deny" | "ask";

权限决策(PermissionDecisionSchema 推导)。