Files
alfresco-ng2-components/demo-shell-ng2/app/components/visit/process.data.ts
Mario Romano 2f941c95a5 #502 #535 #538
2016-08-12 12:09:03 +01:00

13 lines
250 B
TypeScript

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