1
2
3
4
5
6
7
// ref https://developer.apple.com/documentation/appstorereceipts

pub mod endpoints;
pub mod objects;
pub mod types;

pub use endpoints::verify_receipt::{ReceiptData, VerifyReceipt};