Type Alias ListSearchAppResponse

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