platform-bible-utils
    Preparing search index...

    Type Alias DblResourceData

    type DblResourceData = {
        bestLanguageName: string;
        dblEntryUid: string;
        displayName: string;
        fullName: string;
        installed: boolean;
        projectId: string;
        size: number;
        type: ResourceType;
        updateAvailable: boolean;
    }
    Index

    Properties

    bestLanguageName: string
    dblEntryUid: string
    displayName: string
    fullName: string
    installed: boolean
    projectId: string
    size: number
    updateAvailable: boolean