TypeDefinition: {
    enum?: string[];
    modifier?: boolean;
    schema?: string;
    type: "string" | "number" | "boolean" | "integer" | "tokenSet" | "json";
}

Type declaration

  • Optional enum?: string[]
  • Optional modifier?: boolean
  • Optional schema?: string

    Json schema for the type. Only used if the type is json

  • type: "string" | "number" | "boolean" | "integer" | "tokenSet" | "json"

Generated using TypeDoc