import { ISODateTimeString } from "./ISODateTimeStrings"; import { IImage } from "./IImage"; export interface IScreenshot extends IImage { readonly id: string; readonly created: ISODateTimeString; }