The identifiers for a project.

interface ProjectIdentifier {
    id?: number;
    key?: string;
}

Properties

Properties

id?: number

The ID of the project.

key?: string

The key of the project.