interface ShareData {
    files?: File[];
    text?: string;
    title?: string;
    url?: string;
}

Properties

Properties

files?: File[]
text?: string
title?: string
url?: string