UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

8 lines (7 loc) 181 B
import * as st from "simple-runtypes"; export declare const HasPostIds: st.Runtype<{ postIds: string[]; }>; export declare const HasPostId: { postId: st.Runtype<string>; };