@qqt-product/ui 12.0.2 → 12.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,6 +134,7 @@ export interface PageButtonDeleteFileRow extends Omit<PageButton, 'args'> {
134
134
  };
135
135
  groupCode: string;
136
136
  ids: string[];
137
+ attachmentIds?: string[];
137
138
  rows: RecordString[];
138
139
  }
139
140
  export type ValidateStatus = 'success' | 'fail' | 'unset';