export interface Identifiable {
    id: number,
    checksum: string,
}
