fix: remove truncated management totals
This commit is contained in:
@@ -330,6 +330,14 @@ export type SmsBatchTask = {
|
||||
application?: { id: string; name: string };
|
||||
template?: { id: string; name: string; content: string; billingUnits?: number };
|
||||
messages?: SmsMessageRecord[];
|
||||
messageStats?: Array<{
|
||||
batchTaskId?: string | null;
|
||||
carrier?: string | null;
|
||||
province?: string | null;
|
||||
status: string;
|
||||
_count: { _all: number };
|
||||
_sum: { billingUnits?: number | null };
|
||||
}>;
|
||||
};
|
||||
|
||||
export type ImportPreviewResponse = {
|
||||
|
||||
Reference in New Issue
Block a user