Skip to content

Commit cc913fb

Browse files
committed
return IDs
1 parent 668454c commit cc913fb

File tree

1 file changed

+1
-0
lines changed
  • packages/db/src/core/types

1 file changed

+1
-0
lines changed

packages/db/src/core/types/db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { Status } from '@vue-skuilder/common';
33
export interface DataLayerResult {
44
status: Status;
55
message: string;
6+
id?: string;
67
}

0 commit comments

Comments
 (0)