UNPKG

@linked-helper/framework.build-tools.aws-artifacts

Version:

LH framework build tools: upload artifacts

9 lines (8 loc) 201 B
import IPlatform from '../IPlatform'; export type IFiles = { [K in IPlatform | 'all']: ReadonlyArray<string>; }; export declare namespace IFiles { const empty: IFiles; } export default IFiles;