tscommons-esm-models 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ICommonsM2MLink } from './icommons-m2m-link.mjs';
|
|
2
2
|
import { ICommonsFirstClass } from './icommons-first-class.mjs';
|
|
3
|
-
export interface ICommonsRelation<A extends ICommonsFirstClass
|
|
3
|
+
export interface ICommonsRelation<A extends ICommonsFirstClass> extends ICommonsM2MLink<A, A> {
|
|
4
4
|
src: number;
|
|
5
5
|
dest: number;
|
|
6
6
|
}
|
|
7
|
-
export declare function isICommonsRelation<A extends ICommonsFirstClass
|
|
7
|
+
export declare function isICommonsRelation<A extends ICommonsFirstClass>(test: unknown): test is ICommonsRelation<A>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icommons-relation.mjs","sourceRoot":"","sources":["../../src/interfaces/icommons-relation.mts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"icommons-relation.mjs","sourceRoot":"","sources":["../../src/interfaces/icommons-relation.mts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAU7E,MAAM,UAAU,kBAAkB,CAEhC,IAAa;IACd,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC;QAAE,OAAO,KAAK,CAAC;IAE1D,OAAO,IAAI,CAAC;AACb,CAAC"}
|