File

projects/wvr-elements/src/lib/core/manifest/manifest.ts

Index

Properties

Properties

authorization
authorization: any
Type : any
Optional
baseUrl
baseUrl: string
Type : string
description
description: string
Type : string
Optional
entries
entries: Array<ManifestEntry>
Type : Array<ManifestEntry>
name
name: string
Type : string
import { ManifestEntry } from './manifest-entry';

export interface Manifest {
  name: string; // unique
  description?: string;
  baseUrl: string;
  authorization?: any;
  entries: Array<ManifestEntry>;
}

results matching ""

    No results matching ""