interface TestPointReference {
    id: number;
    state?: TestPointState;
}

Properties

Properties

id: number