Interface ReleaseInfoModule

interface ReleaseInfoModule {
    hash?: string;
    name: string;
    version: string;
}

Properties

Properties

hash?: string
name: string
version: string