Skip to main content
Go to Latest
type alias BaseResponse
import { type BaseResponse } from "https://deno.land/x/deno_slack_api@0.1.0/types.ts";
definition: { [otherOptions: string]: any; ok: boolean; error?: string; warnings?: string[]; response_metadata?: { warnings?: string[]; messages?: string[]; }; }