export interface IPaymentSource {
    readonly type: string;
    readonly token: string;
}
