Skip to content

Commit

Permalink
fix(cherrypick-js): build cherrypick-js with types
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 9, 2024
1 parent a68ef5c commit 0ed943c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cherrypick-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24079,6 +24079,10 @@ export type operations = {
scheduleNote: {
scheduledAt?: number;
};
scheduledDelete?: ({
deleteAt?: number | null;
deleteAfter?: number | null;
}) | null;
};
};
};
Expand Down

0 comments on commit 0ed943c

Please sign in to comment.