Searched refs:BackupableOptions (Results 1 – 2 of 2) sorted by relevance
31 export type BackupableOptions = Pick<CommandOptions, typeof BACKUPABLE_OPTIONS_FIELDS[number]>; alias38 options: BackupableOptions;
17 import { BackupableOptions, CommandOptions, PackageGitLogs, Parcel, ReleaseType } from './types';26 export function pickBackupableOptions(options: CommandOptions): BackupableOptions {