Type Alias DropEffectAllowedType

DropEffectAllowedType:
    | "none"
    | "copy"
    | "copyLink"
    | "copyMove"
    | "link"
    | "linkMove"
    | "move"
    | "all"