export interface Schema {
    consumer_key: string;
    consumer_secret: string;
    ipn_id: string;
}
