Skip to content

Commit

Permalink
Merge branch 'master' into DOCS-1186
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO authored Jan 22, 2025
2 parents 21c153c + 100d145 commit f759aee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,11 @@ export type TraceObjCreateRes = {
export type TraceObjDeleteReq = {
project_id: string;
object_id: string;
digests: string[];
digests?: string[];
};

export type TraceObjDeleteRes = {
num_deleted?: number;
detail?: string;
};

export type TraceRefsReadBatchReq = {
Expand Down

0 comments on commit f759aee

Please sign in to comment.