MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / SearchMessagesRequest

Interface SearchMessagesRequest

web/shared/types/message.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SearchMessagesRequest {
2 owners: string[]
3 types: string[]
4 statuses: string[]
5 query: string
6 sort_by: string
7 token?: string
8 sort_descending: boolean
9 skip: number
10 limit: number
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected