UNPKG

grandma3-ts-types

Version:
8 lines (6 loc) 238 B
type LayoutElementDefaultsCollect = Obj<UserProfile, LayoutDefault> & LayoutDefault[] & { [index: string]: LayoutDefault }; type LayoutDefault = Obj<LayoutElementDefaultsCollect, undefined> & { ElementType: string; Action: string; };