Type Alias PurchaseFailed

PurchaseFailed: {
    reason: string;
    timestamp: number;
}

Type representing a purchase failure