Options
All
  • Public
  • Public/Protected
  • All
Menu

权限需要用到的字段

export
interface

Access

Hierarchy

  • Access

Index

Properties

AccessResponse: { code?: AccessCode; redirect?: string }

Type declaration

  • Optional code?: AccessCode
  • Optional redirect?: string
Limit: { detail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" } }

Type declaration

  • detail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" }
    • notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
    • wechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
LimitConfig: "base" | "userinfo" | "nothing" | "validateForm"
LimitDetail: { notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"; wechatLimit: "base" | "userinfo" | "nothing" | "validateForm" }

Type declaration

  • notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm"
  • wechatLimit: "base" | "userinfo" | "nothing" | "validateForm"

Generated using TypeDoc