Type Alias InsertPosition

InsertPosition:
    | "afterbegin"
    | "afterend"
    | "beforebegin"
    | "beforeend"