slack-rest-api-types
Version:
Types for Slack Web API REST endpoints
13 lines (12 loc) • 320 B
TypeScript
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;