Documentation
    Preparing search index...

    Interface MediaSourceRef

    interface MediaSourceRef {
        blossomHash?: string;
        mimeType?: string;
        nostr?: { address?: string; eventId?: string; relays?: string[] };
        url?: string;
    }
    Index

    Properties

    blossomHash?: string
    mimeType?: string
    nostr?: { address?: string; eventId?: string; relays?: string[] }
    url?: string