Interface FormLoadMethod<T>

interface FormLoadMethod<T = any> {
    metadata?: any;
    call(): T | Promise<T>;
}

Type Parameters

  • T = any

Hierarchy

  • Method<T>
    • FormLoadMethod

Properties

Methods

Properties

metadata?: any

Methods