Type Alias GetGPPaymentMultiSignatureResponse

GetGPPaymentMultiSignatureResponse: {
    endTime: number;
    signatures: `0x${string}`[];
}