Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1154
Typage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Typage
typage
into
dev
Overview
10
Commits
20
Pipelines
0
Changes
26
Merged
Éloïs
requested to merge
typage
into
dev
7 years ago
Overview
10
Commits
20
Pipelines
0
Changes
26
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
89fa0a52
20 commits,
7 years ago
26 files
+
144
−
71
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
app/lib/dal/sqliteDAL/CertDAL.ts
+
3
−
2
Options
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