Interface RepoData

interface RepoData {
    apps: RepoAppMeta[];
    id: string;
    name: string;
}

Properties

Properties

apps: RepoAppMeta[]
id: string
name: string

Generated using TypeDoc