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
26
import {SQLiteDriver} from "../drivers/SQLiteDriver"
import {SQLiteDriver} from "../drivers/SQLiteDriver"
import {AbstractSQLite} from "./AbstractSQLite"
import {AbstractSQLite} from "./AbstractSQLite"
import {SandBox} from "./SandBox"
import { SandBox } from './SandBox';
 
import { DBDocument } from './DocumentDAL';
const constants = require('../../constants');
const constants = require('../../constants');
export interface DBCert {
export interface DBCert extends DBDocument {
linked:boolean
linked:boolean
written:boolean
written:boolean
written_block:null
written_block:null
Loading