Interface RemoveInteractionArgs

interface RemoveInteractionArgs {
    dryRun?: boolean;
    interactionId: string;
}

Properties

dryRun?: boolean
interactionId: string