interface ProcessReference {
    name?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

name?: string
url?: string