Type alias StatusStopping

StatusStopping: {
    data: {
        pid: number;
        [key: string]: any;
    };
    status: "STOPPING";
}

Type declaration

  • data: {
        pid: number;
        [key: string]: any;
    }
    • [key: string]: any
    • pid: number
  • status: "STOPPING"

Generated using TypeDoc