Type Alias GetGPPaymentSignatureResponse

GetGPPaymentSignatureResponse: {
    endTime: number;
    signature: `0x${string}`;
}