interface ProgramStatusState {
    state: string;
}

Properties

Properties

state: string