export interface FormViewModel { find?(id: any): Promise; submit(input: I): Promise; }