export function centsToMicroCents(amount: number) { return Math.round(amount * 1000000) }