Skip to main content

@slack/web-api / SearchAllResponse

Type Alias: SearchAllResponse

type SearchAllResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/SearchAllResponse.ts:11

Type Declaration​

error?​

optional error?: string;

files?​

optional files?: Files;

messages?​

optional messages?: Messages;

needed?​

optional needed?: string;

ok?​

optional ok?: boolean;

posts?​

optional posts?: Posts;

provided?​

optional provided?: string;

query?​

optional query?: string;

warning?​

optional warning?: string;