Andrei Floricel

Results 3 issues of Andrei Floricel

Currently the standard FDC3 Context types are defined as an enum: https://github.com/finos/FDC3/blob/43ce7b2c17b80b9117a339950789867641ea0929/src/context/ContextType.ts#L5-L25 This causes problems when constructing mapped and/or conditional types, e.g. generically typing a function so that for a...

enhancement