@slack/web-api / PinsAddResponse
Type Alias: PinsAddResponse
type PinsAddResponse = WebAPICallResult & object;
Defined in: src/types/response/PinsAddResponse.ts:11
Type declaration
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;