Interface IActivityParam

interface IActivityParam {
    description?: string;
    localName?: string;
    name: string;
    ondemand?: boolean;
    required?: boolean;
    verb?: string;
    zip?: boolean;
}

Properties

description?: string
localName?: string
name: string
ondemand?: boolean
required?: boolean
verb?: string
zip?: boolean

Generated using TypeDoc