@gibme/tablo.tv
    Preparing search index...

    Type Alias AccountInfo

    type AccountInfo = {
        devices: Lighthouse.Device[];
        dma: string;
        email: string;
        firstName: string;
        identifier: string;
        is_verified: boolean;
        lastName: string;
        postalCode: string;
        profiles: Profile[];
    }
    Index

    Properties

    devices: Lighthouse.Device[]
    dma: string
    email: string
    firstName: string
    identifier: string
    is_verified: boolean
    lastName: string
    postalCode: string
    profiles: Profile[]