export interface ISubmitResponseItem { employeeId: number; employeeFullName: string; correlationId: string; error?: string; }