Type Alias GetCompletedJobResultMaybeData

GetCompletedJobResultMaybeData: {
    getStarted?: boolean;
    id: string;
    workspace: string;
}