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

    Interface OblSession

    interface OblSession {
        anonymizations?: string[];
        device_id?: string;
        ended: string;
        events: OblEvent[];
        id: string;
        locale?: string;
        started: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    anonymizations?: string[]
    device_id?: string
    ended: string
    events: OblEvent[]
    id: string
    locale?: string
    started: string
    type: string