Type Alias NostoSearchProps

NostoSearchProps: {
    placements?: string[];
    query: string;
}