type ProcessResponse = {
error: 'Invalid XML'
}|Array<{
customer: unknown
amount: number
points: 10|1
}>
type ProcessRequest = string
type ProcessResponse = {
error: 'Invalid XML'
}|Array<{
customer: unknown
amount: number
points: 10|1
}>
type ProcessRequest = string