export interface ProcessListModel { id?: string; name?: string; projectID?: string; tenantID?: string; createdTime?: number; updatedTime?: number; }