Interface BindInteractionArgs

interface BindInteractionArgs {
    dryRun?: boolean;
    interaction: HonuaInteraction;
}

Properties

Properties

dryRun?: boolean
interaction: HonuaInteraction