export type Identifier = string; export interface Identifiable { id?: Identifier } export type Multilingual = { pl: T, en: T }