export type FormInputAppProps = { el: HTMLDivElement; id: string; token: string; isLanding: Boolean; };