We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668454c commit cc913fbCopy full SHA for cc913fb
packages/db/src/core/types/db.ts
@@ -3,4 +3,5 @@ import { Status } from '@vue-skuilder/common';
3
export interface DataLayerResult {
4
status: Status;
5
message: string;
6
+ id?: string;
7
}
0 commit comments