Interface AppendHandlerParams

interface AppendHandlerParams {
    mapInput?: Record<string, string>;
    mapOutput?: Record<string, string>;
}

Properties

mapInput?: Record<string, string>
mapOutput?: Record<string, string>