export interface Process { category: string; deploymentId: string; description: string; hasStartForm: boolean; id: string; key: string; name: string; tenantId: string; version: number; metaDataValues: any[]; }