Spaces:
Running
Running
Update types.ts
Browse files
types.ts
CHANGED
|
@@ -55,7 +55,7 @@ export enum LayerType {
|
|
| 55 |
|
| 56 |
export interface LayerParameter {
|
| 57 |
name: string;
|
| 58 |
-
type: 'number' | 'string' | 'select' | 'boolean';
|
| 59 |
label: string;
|
| 60 |
default: any;
|
| 61 |
options?: string[]; // For select types
|
|
|
|
| 55 |
|
| 56 |
export interface LayerParameter {
|
| 57 |
name: string;
|
| 58 |
+
type: 'number' | 'string' | 'select' | 'boolean' | 'text';
|
| 59 |
label: string;
|
| 60 |
default: any;
|
| 61 |
options?: string[]; // For select types
|