1 2 3 4 5
export type Revision = { number: number; date: string; // TODO remark: string; // TODO: should it be markup text? };