mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-23 02:04:33 +09:00
fix(cherrypick-js): build cherrypick-js with types
This commit is contained in:
parent
a68ef5cb60
commit
0ed943c225
@ -24079,6 +24079,10 @@ export type operations = {
|
||||
scheduleNote: {
|
||||
scheduledAt?: number;
|
||||
};
|
||||
scheduledDelete?: ({
|
||||
deleteAt?: number | null;
|
||||
deleteAfter?: number | null;
|
||||
}) | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user