BuildIntentSigningPayloadArgs: CommonRequired & CommonOverrides & {
    intent: Omit<Intent, "common">;
    market: SupportedMarket | Address;
}

Type declaration