aboutsummaryrefslogtreecommitdiffstats
path: root/src/wwwroot/scripts/api/db-base.ts
blob: a6593a138caa1e2d2fb57f1521cd0dd76d613bd7 (plain) (blame)
1
2
3
export interface Base {
    id: string,
}