ResultTableContent: (string | {
    fillStyle?: FillStyle;
    font?: Partial<FontProperties>;
    text: string;
} | undefined)[][]

Interface that represents content displayable by a ResultTable.

Currently simply a grid of strings, but in the future this could be extended to contain images or such.