export interface IMixFunctionSetting {
    outputMapping?: {
        ext?: string;
    };
}
