Type alias TypeDefinition
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
-
type: "string" | "number" | "boolean" | "integer" | "tokenSet" | "json"
Json schema for the type. Only used if the type is json