UNPKG

@enre/pop-runtypes

Version:

runtypes for validating data using simple-runtypes

9 lines (8 loc) 247 B
import * as st from "simple-runtypes"; export declare const HasOptionalPostData: { post: st.OptionalRuntype<{ postId: string; postTitle?: string | null | undefined; hidePostLink?: boolean | null | undefined; }>; };