@willwade/aac-processors
    Preparing search index...

    Interface OblFile

    interface OblFile {
        anonymized?: boolean;
        format: string;
        license?: {
            author_email?: string;
            author_name?: string;
            author_url?: string;
            copyright_notice_url?: string;
            source_url?: string;
            type: string;
        };
        locale?: string;
        sessions: OblSession[];
        source?: string;
        user_id: string;
        user_name?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    anonymized?: boolean
    format: string
    license?: {
        author_email?: string;
        author_name?: string;
        author_url?: string;
        copyright_notice_url?: string;
        source_url?: string;
        type: string;
    }
    locale?: string
    sessions: OblSession[]
    source?: string
    user_id: string
    user_name?: string