File

projects/netgrif-components-core/src/lib/resources/interface/process-role.ts

Index

Properties

Properties

description
description: string
Type : string
Optional
importId
importId: string
Type : string
name
name: string
Type : string
netImportId
netImportId: string
Type : string
Optional
netStringId
netStringId: string
Type : string
Optional
netVersion
netVersion: string
Type : string
Optional
stringId
stringId: string
Type : string
export interface ProcessRole {
    stringId: string;
    name: string;
    description?: string;
    importId: string;
    netImportId?: string;
    netVersion?: string;
    netStringId?: string;
}

result-matching ""

    No results matching ""