Type Alias ListSearchFlowResponse

ListSearchFlowResponse: {
    path: string;
    value: unknown;
}[]