5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import type { LocaleString } from './LocaleString';
|
|
export type PackageInfoShort = {
|
|
releaseNotes: LocaleString;
|
|
};
|