UNPKG

@altostra/core

Version:

Core library for shared types and logic

4 lines (3 loc) 224 B
import type { ProjectDirFilesSource } from "../../blueprint/Resources"; import type { FilesSourceValidator } from "./Common"; export declare const projectDirFilesSourceValidator: FilesSourceValidator<ProjectDirFilesSource>;