Skip to content

Commit dde314d

Browse files
Update decoder-map.d.ts
1 parent 30a40e5 commit dde314d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/decoder/decoder-map.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface DecoderMapEntry {
44
type?: object & (DecoderPrototypalTarget | DecoderPrototypalCollectionTarget);
55
mapFunction?(value: any): any;
66
}
7+
// @ts-ignore
78
export interface DecoderMap extends Record<string | number | symbol, DecoderMapEntry | undefined> {
89
}
910
export declare function decoderMapForTarget(target: DecoderPrototypalTarget): DecoderMap;

0 commit comments

Comments
 (0)