export interface IStartResult { success: boolean; message?: string | undefined; workActivityIds?: number[] | undefined; }