Type Alias TipConfig

TipConfig: {
    percentage: number;
    recipient: `0x${string}`;
}