Variable ATConst

AT: {
    any: OptRepArgumentCheckWithRuntime;
    constant: {
        null: OptRepArgumentCheck;
        number: OptRepArgumentCheck;
        string: OptRepArgumentCheck;
    };
    feature: OptRepArgumentCheckWithRuntime;
    state: ArgumentCheck;
    whenCause: ArgumentCheck;
} = AstTypes

Type declaration

  • any: OptRepArgumentCheckWithRuntime
  • constant: {
        null: OptRepArgumentCheck;
        number: OptRepArgumentCheck;
        string: OptRepArgumentCheck;
    }
    • null: OptRepArgumentCheck
    • number: OptRepArgumentCheck
    • string: OptRepArgumentCheck
  • feature: OptRepArgumentCheckWithRuntime
  • state: ArgumentCheck
  • whenCause: ArgumentCheck

Generated using TypeDoc