Commit 16fb6820 by Vladislav Lagunov

Мелкие правки для новой версии typescript

parent 63534860
......@@ -30,10 +30,12 @@ export type JsonApi<A> =
| RelatedMany<A>
| WithName<A>
| WithDefault<A>
;
// Базовый класс для наследования методов
export class JsonApiBase<A> {
// @ts-ignore
readonly _A: A;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment