UNPKG

slack-rest-api-types

Version:
13 lines (12 loc) 320 B
import type { ChatPostMessageResponse } from '@/index'; export declare const slackIds: { channel: string; user: string; bot: string; team: string; }; export declare const slackTimestamps: { valid: string; invalid: string; }; export declare const mockPostMessageResponse: ChatPostMessageResponse;