import { DbEntity } from "./shared.mjs"; export interface Pasma extends DbEntity { pasma: string; vrsta: string; } //# sourceMappingURL=pasma.d.mts.map