5 lines
118 B
TypeScript
Raw Permalink Normal View History

2024-06-20 19:00:58 +02:00
import * as plugins from '../plugins.js';
export class Cert extends plugins.smartdata.SmartDataDbDoc<Cert, Cert> {
2024-06-20 19:00:58 +02:00
}