export interface EnterTextOption { /** * Append text to the target, default to false */ append: boolean; }