Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / protobufjs / src / typescript.jsdoc
1 /**
2  * Constructor type.
3  * @interface Constructor
4  * @extends Function
5  * @template T
6  * @tstype new(...params: any[]): T; prototype: T;
7  */
8
9 /**
10  * Properties type.
11  * @typedef Properties
12  * @template T
13  * @type {Object.<string,*>}
14  * @tstype { [P in keyof T]?: T[P] }
15  */