UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

8 lines (7 loc) 212 B
import * as st from "simple-runtypes"; export declare const RemoveCommentRequestTypemap: { commentId: st.Runtype<string>; }; export declare const RemoveCommentRequest: st.Runtype<{ commentId: string; }>;