Interface FormSubmitSuccessfulMethod<T>

interface FormSubmitSuccessfulMethod<T = any> {
    metadata?: any;
    call(result: T): any;
}

Type Parameters

  • T = any

Hierarchy

  • Method
    • FormSubmitSuccessfulMethod

Properties

Methods

Properties

metadata?: any

Methods