UNPKG

@grnsft/if

Version:

Impact Framework

10 lines (9 loc) 171 B
export type PathWithVersion = { [path: string]: string; }; export type ManifestPlugin = { [key: string]: { path: string; method: string; }; };