export interface PayIDSignature {
    protected: string;
    signature: string;
}
