OBF Node
    Preparing search index...

    Interface OBFSound

    interface OBFSound {
        id: string;
        data?: string;
        url?: string;
        content_type?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    id: string
    data?: string
    url?: string
    content_type?: string