Skip to content

Commit

Permalink
Improve DX for 'code' query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Aug 20, 2024
1 parent be358b5 commit 4c64b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface GetDeliveryReportByBatchIdRequestData {
/** Comma separated list of delivery_report_statuses to include */
'status'?: DeliveryReportStatusEnum[];
/** Comma separated list of delivery_receipt_error_codes to include */
'code'?: string | number[];
'code'?: string | number | number[];
}
export interface GetDeliveryReportByPhoneNumberRequestData {
/** The batch ID you received from sending a message. */
Expand Down

0 comments on commit 4c64b0e

Please sign in to comment.