Variable ClipboardContentTypeConst

ClipboardContentType: UnionSchema<
    [
        LiteralSchema<"Text", undefined>,
        LiteralSchema<"Image", undefined>,
        LiteralSchema<"Html", undefined>,
        LiteralSchema<"Rtf", undefined>,
    ],
    undefined,
> = ...