Interface KeyResultInterface

interface KeyResultInterface {
    currentObservedValue: KeyResultValueInterface;
    currentTargetValue: KeyResultValueInterface;
    id: string;
    initialObservedValue: KeyResultValueInterface;
    name: string;
    objectiveId: number;
    progress: number;
    type: KeyResultType;
}

Hierarchy

  • default
    • KeyResultInterface

Implemented by

Properties

currentObservedValue: KeyResultValueInterface
currentTargetValue: KeyResultValueInterface
id: string
initialObservedValue: KeyResultValueInterface
name: string
objectiveId: number
progress: number
type: KeyResultType