mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Deleted unnecessary type for output in block types
This commit is contained in:
@@ -18,17 +18,6 @@ export type ParamType = 'string' | 'number' | 'boolean' | 'json'
|
||||
export type SubBlockType = 'short-input' | 'long-input' | 'dropdown' | 'slider' | 'table' | 'code' | 'switch' | 'tool-input'
|
||||
export type SubBlockLayout = 'full' | 'half'
|
||||
|
||||
export interface OutputConfig {
|
||||
type: ValueType
|
||||
dependsOn?: {
|
||||
subBlockId: string
|
||||
condition: {
|
||||
whenEmpty: BlockOutput
|
||||
whenFilled: BlockOutput
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export interface ParamConfig {
|
||||
type: ParamType
|
||||
required: boolean
|
||||
|
||||
Reference in New Issue
Block a user