Interface TaskIdentifier

A task identifier

interface TaskIdentifier {
    type: string;
    [name: string]: string;
}

Indexable

[name: string]: string

Properties

Properties

type: string