export interface FormRequestActionPayload { formUrl: {value: string}; applicationId: {value: string}; action: {value: string}; }