npm: amend metadata type

This commit is contained in:
Matilde Park 2021-05-13 18:39:20 -04:00
parent 5e35dc15be
commit 0ec0aa4f82

View File

@ -76,7 +76,7 @@ export interface Metadata {
export type MetadataConfig = GroupConfig | GraphConfig;
export interface GroupConfig {
group: null | Record<string, string> | Resource;
group: null | Record<string, string>;
}
export interface GraphConfig {
graph: string;