/** * Describes the Payload with which a UserTask can be finished. */ export declare class UserTaskResult { /** * Contains a list of results for the UserTasks FormFields. */ formFields: { [fieldId: string]: any; }; }