This commit is contained in:
Zamil Majdy 2024-12-09 15:17:35 -06:00
parent 2ff033aeb2
commit 47a996e75d

View File

@ -56,7 +56,7 @@ export type BlockIOSubSchemaMeta = {
description?: string;
placeholder?: string;
advanced?: boolean;
depends_on?: string[]
depends_on?: string[];
hidden?: boolean;
};