Type Alias InsertMode

InsertMode:
    | "REPLACE"
    | "APPEND"
    | "PREPEND"
    | "INSERT_INTO"
    | "INSERT_AFTER_BEGIN"