Interface TestControllerUpdate

interface TestControllerUpdate {
    canRefresh: boolean;
    canResolve: boolean;
    label: string;
}

Properties

canRefresh: boolean
canResolve: boolean
label: string