@o3r/core
Version:
Core of the Otter Framework
9 lines • 324 B
TypeScript
import type { JsonObject } from '@angular-devkit/core';
/** Set the app version */
export interface AppVersionBuilderSchema extends JsonObject {
/** String to be replaced by the version */
versionToReplace: string;
/** File where to replace the version */
file: string;
}
//# sourceMappingURL=schema.d.ts.map