1
0
Fork 0
waifurudor.de/src/helpers/types.ts

5 lines
71 B
TypeScript

export type SearchQuery = {
site: string
tags: string[] | string
}