/**
 * Package options
 */
interface NPMPackageOptions {
    package: string;
    tag?: string;
}

export type { NPMPackageOptions };
