UNPKG

@morfeo/spec

Version:

![Morfeo logo](https://morfeo.dev/img/morfeo.png)

8 lines (7 loc) 272 B
import { allProperties } from '../allProperties'; export interface CustomProperties { } export type AllDefaultProperties = typeof allProperties & CustomProperties; export interface AllProperties extends AllDefaultProperties { } export type Property = keyof AllProperties;