interface KillJob {
    ID: number;
    Success: boolean;
}

Properties

Properties

ID: number
Success: boolean