UNPKG

@ketch-sdk/ketch-data-layer

Version:
7 lines (6 loc) 106 B
/** * Mapper is a key/value string map. */ export declare type Mapper = { [key: string]: string; };