export interface ConfigActionPayload {
    moduleName: string;
    paramPath: string;
    value: Buffer;
}
