UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

8 lines (7 loc) 262 B
import * as st from "simple-runtypes"; export declare const GetBrowsingHistoryResponseDef: { browsingHistory: st.Runtype<Map<unknown, unknown>>; }; export declare const GetBrowsingHistoryResponse: st.Runtype<{ browsingHistory: Map<unknown, unknown>; }>;