Type Alias PostValidate<Output, RawOutput>

PostValidate: (
    postValidateProps: PostValidateProps<RawOutput>,
) => Promise<Output | undefined>

PreValidate function

Type Parameters

  • Output
  • RawOutput

v0.11.0