a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Enhanced Types for Deep Analysis
|
||||
|
||||
export type PlatformId = 'reddit' | 'twitter' | 'hackernews' | 'indiehackers' | 'quora' | 'stackoverflow' | 'linkedin'
|
||||
export type PlatformId = string
|
||||
|
||||
export type SearchStrategy =
|
||||
| 'direct-keywords'
|
||||
@@ -18,6 +18,8 @@ export interface PlatformConfig {
|
||||
enabled: boolean
|
||||
searchTemplate: string
|
||||
rateLimit: number
|
||||
site?: string
|
||||
custom?: boolean
|
||||
}
|
||||
|
||||
export interface SearchConfig {
|
||||
|
||||
Reference in New Issue
Block a user