import * as History from "./history"; export interface Meta { version: string; createdAt: string; updatedAt: string; } export interface Type { meta: Meta; histories: History.Type[]; }