1
1
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:
NoriDev 2024-11-10 00:37:25 +09:00
parent a68ef5cb60
commit 0ed943c225

View File

@ -24079,6 +24079,10 @@ export type operations = {
scheduleNote: {
scheduledAt?: number;
};
scheduledDelete?: ({
deleteAt?: number | null;
deleteAfter?: number | null;
}) | null;
};
};
};