The type system starts to infect the computation engine
This commit is contained in:
3
app/imports/api/properties/PropertyType.type.ts
Normal file
3
app/imports/api/properties/PropertyType.type.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import propertySchemasIndex from './computedPropertySchemasIndex';
|
||||
|
||||
export type PropertyType = Exclude<keyof typeof propertySchemasIndex, 'any'>;
|
||||
Reference in New Issue
Block a user