Skip to content

Commit cd93b69

Browse files
committed
ye
1 parent 58de29b commit cd93b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ interface LyncModule {
247247
this: void,
248248
tagField: Tag,
249249
variants: V,
250-
): Lync.Codec<{ [K in keyof V]: Lync.InferSchema<{ [F in Tag]: K }> & Lync.InferCodec<V[K]> }[keyof V]>;
250+
): Lync.Codec<{ [K in keyof V & string]: { [F in Tag]: K } & Lync.InferCodec<V[K]> }[keyof V & string]>;
251251

252252
// ── Meta ────────────────────────────────────────────────────────
253253

@@ -260,4 +260,4 @@ interface LyncModule {
260260
}
261261

262262
declare const Lync: LyncModule;
263-
export = Lync;
263+
export = Lync;

0 commit comments

Comments
 (0)