interface FormPositionCondition { isCondition: boolean; conditionReason: string; } export type { FormPositionCondition };