export interface FormRequestPayload { variables: { formUrl: {value: string}; applicationId: {value: string}; }; }