Home
last modified time | relevance | path

Searched refs:BackupableOptions (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/publish-packages/
H A Dtypes.ts31 export type BackupableOptions = Pick<CommandOptions, typeof BACKUPABLE_OPTIONS_FIELDS[number]>; alias
38 options: BackupableOptions;
H A Dhelpers.ts17 import { BackupableOptions, CommandOptions, PackageGitLogs, Parcel, ReleaseType } from './types';
26 export function pickBackupableOptions(options: CommandOptions): BackupableOptions {