import { DbEntity, Id } from "./shared.mjs"; export interface VrstaObravnave extends DbEntity { _id: Id; ikona: string; barvaIkone: string; vrsta: string; za?: string[]; vrstniRed: number; } //# sourceMappingURL=vrstaObravnave.d.mts.map