Thank you @justkey007 for tsc-alias
This commit is contained in:
@ -164,7 +164,7 @@ import { deepClone } from "../../src/tools/deepClone";
|
||||
assert<
|
||||
Equals<
|
||||
typeof kcContext,
|
||||
KcContextBase.Common & {
|
||||
KcContextBase.Common.Login & {
|
||||
pageId: typeof pageId;
|
||||
aNonStandardValue2: string;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { AndByDiscriminatingKey } from "../../../tools/AndByDiscriminatingKey";
|
||||
import { AndByDiscriminatingKey } from "../../../src/tools/AndByDiscriminatingKey";
|
||||
import { assert } from "tsafe/assert";
|
||||
import type { Equals } from "tsafe";
|
||||
|
||||
|
Reference in New Issue
Block a user