Skip to content

Commit b633dc8

Browse files
committed
fix: created DB row types, domain types, added mappers and fixed service [no ci]
1 parent d50d4d5 commit b633dc8

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/backend/src/db/mappers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// db/mappers.ts
2-
31
import { BpmnRow, FormRow, DocumentRow } from './types';
42
import { Bpmn, Form, Document } from '../domain/types';
53

packages/backend/src/db/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// db/types.ts
2-
31
export type BpmnRow = {
42
lde_id: string;
53
bpmn_process_id: string;

packages/backend/src/domain/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// domain/types.ts
2-
31
export type Bpmn = {
42
id: string;
53
bpmnProcessId: string;

0 commit comments

Comments
 (0)