A software specification.

interface SoftwareSpecRel {
    id?: string;
    name?: string;
    rev?: string;
}

Properties

Properties

id?: string

The id of the software specification.

name?: string

The name of the software specification.

rev?: string

The revision of the software specification.