FunctionStats Simple data structure storing stats for a running Function. interface FunctionStats { backlog: number; numTotalRunners: number; }