export interface ICreateForm { parent: HTMLElement; name: string; actionUrl: string; target: string; method: string; }