export interface ApplicationCreatePayload { formId?: string; submissionId?: string; webFormUrl?: string; formUrl?: string; }