mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
|
export interface DistTags {
|
||
|
[key: string]: string;
|
||
|
}
|