Skip to content
Snippets Groups Projects

Typage

Merged Éloïs requested to merge typage into dev
26 files
+ 144
71
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
2
import {SQLiteDriver} from "../drivers/SQLiteDriver"
import {AbstractSQLite} from "./AbstractSQLite"
import {SandBox} from "./SandBox"
import { SandBox } from './SandBox';
import { DBDocument } from './DocumentDAL';
const constants = require('../../constants');
export interface DBCert {
export interface DBCert extends DBDocument {
linked:boolean
written:boolean
written_block:null
Loading