UNPKG

@angular-package/property

Version:
6 lines (5 loc) 156 B
export declare type ObjectPropertyDescriptors<Obj> = { [P in keyof Obj]: TypedPropertyDescriptor<Obj[P]>; } & { [x: string]: PropertyDescriptor; };