aboutsummaryrefslogtreecommitdiffhomepage
path: root/nuldoc-src/revision.ts
blob: 1757694dabfca681ff53629c29ca98515d06444a (plain)
1
2
3
4
5
export type Revision = {
  number: number;
  date: string; // TODO
  remark: string; // TODO: should it be markup text?
};