权限需要用到的字段

Export

Access

Hierarchy

  • Access

Properties

AccessResponse: {
    code?: AccessCode;
    detail?: Record<string, any>;
    redirect?: string;
}

Type declaration

  • Optional code?: AccessCode
  • Optional detail?: Record<string, any>
  • 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