import { MozneKarenceZa } from "./karence.mjs"; import { DbEntity } from "./shared.mjs"; export interface Vrsta extends DbEntity { _id: string; vrsta: string; ikona?: string; vrstniRed?: number; mozneKarence?: MozneKarenceZa[]; rejna?: boolean; pogosta?: boolean; _protected?: boolean; _imported_id?: string; } //# sourceMappingURL=vrsta.d.mts.map