UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 292 B
import type { FilesSource } from "../../blueprint/Resources"; import type { FilesSourceValidation, ValidationContext } from "./Common"; export * from "./Common"; export declare function validateFileSource(filesSource: FilesSource, context: ValidationContext): Promise<FilesSourceValidation>;