UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

8 lines (7 loc) 242 B
import { ParsedIniData } from "@smithy/types"; /** * Merge multiple profile config files such that settings each file are kept together * * @internal */ export declare const mergeConfigFiles: (...files: ParsedIniData[]) => ParsedIniData;