manifest
Version:
The backend for AI code editors
19 lines (18 loc) • 397 B
TypeScript
export declare enum PropType {
String = "string",
Text = "text",
RichText = "richText",
Number = "number",
Link = "link",
Money = "money",
Date = "date",
Timestamp = "timestamp",
Email = "email",
Boolean = "boolean",
Password = "password",
Choice = "choice",
Location = "location",
File = "file",
Image = "image",
Nested = "group"
}