Interface RepoAppMeta

interface RepoAppMeta {
    icon?: string;
    name: string;
    targetVer: string;
    url: string;
}

Properties

Properties

icon?: string
name: string
targetVer: string
url: string

Generated using TypeDoc