export interface SendBundleResponse {
    'id'?: (string);
}
export interface SendBundleResponse__Output {
    'id': (string);
}
