The type system starts to infect the computation engine

This commit is contained in:
Thaum Rystra
2025-01-15 18:36:26 +02:00
parent 12789f1c5e
commit 15ecc05e21
10 changed files with 106 additions and 148 deletions

View File

@@ -0,0 +1,3 @@
import propertySchemasIndex from './computedPropertySchemasIndex';
export type PropertyType = Exclude<keyof typeof propertySchemasIndex, 'any'>;