UNPKG

slack-web-api-client

Version:
15 lines 429 B
import type { SlackAPIResponse } from "../response"; export type UsersGetPresenceResponse = SlackAPIResponse & { auto_away?: boolean; connection_count?: number; error?: string; last_activity?: number; manual_away?: boolean; needed?: string; ok: boolean; online?: boolean; presence?: string; provided?: string; warning?: string; }; //# sourceMappingURL=UsersGetPresenceResponse.d.ts.map