export type ParticipantData = { content: { [key: string]: string; }; pageInstructions?: object[]; }; export type ErrorResponse = { response: { data: { errorDetails?: { erroneousInputOutputFieldInPage: string; }[]; }; }; };