Interface ShareResult

interface ShareResult {
    embed: { code: string; editor: string; simulator: string };
    qr: string;
    url: string;
}

Properties

Properties

embed: { code: string; editor: string; simulator: string }
qr: string
url: string