UNPKG

118 BTypeScriptView Raw
1/**
2 * `id` property declaration.
3 */
4export interface IID<T> {
5 readonly id: T;
6}
7//# sourceMappingURL=id.d.ts.map
\No newline at end of file