Merge remote-tracking branch 'origin/flow' into flow

This commit is contained in:
xlsea
2025-07-19 15:35:55 +08:00
8 changed files with 49 additions and 42 deletions

View File

@ -40,7 +40,7 @@ declare namespace Api {
/** leave search params */
type LeaveSearchParams = CommonType.RecordNullable<
Pick<Api.Workflow.Leave, 'leaveDays'> & Api.Common.CommonSearchParams
{ startLeaveDays: number; endLeaveDays: number } & Api.Common.CommonSearchParams
>;
/** leave operate params */