projects/netgrif-components-core/src/lib/resources/interface/process-role.ts
Properties |
|
| description |
description:
|
Type : string
|
| Optional |
| importId |
importId:
|
Type : string
|
| name |
name:
|
Type : string
|
| netImportId |
netImportId:
|
Type : string
|
| Optional |
| netStringId |
netStringId:
|
Type : string
|
| Optional |
| netVersion |
netVersion:
|
Type : string
|
| Optional |
| stringId |
stringId:
|
Type : string
|
export interface ProcessRole {
stringId: string;
name: string;
description?: string;
importId: string;
netImportId?: string;
netVersion?: string;
netStringId?: string;
}