UNPKG

@basetime/bldr-sfmc

Version:

CLI application for SFMC Development workflow and package deployment

12 lines (11 loc) 232 B
export interface FilePathDetails { fileName: string; fileExtension: string; folderPath: string; folderName: string; context: { name: string; context: string; contentType: string; }; }