https://github.com/khrj/slack-types
Types for slack-deno packages. Deno port of @slack/types
https://github.com/khrj/slack-types
deno slack slack-api types
Last synced: about 2 months ago
JSON representation
Types for slack-deno packages. Deno port of @slack/types
- Host: GitHub
- URL: https://github.com/khrj/slack-types
- Owner: khrj
- License: mit
- Created: 2021-02-05T10:14:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T05:37:36.000Z (almost 5 years ago)
- Last Synced: 2026-02-18T04:23:05.945Z (4 months ago)
- Topics: deno, slack, slack-api, types
- Language: TypeScript
- Homepage: https://deno.land/x/slack_types
- Size: 19.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```ts
import {
Button,
Block,
// ...
} from 'https://deno.land/x/slack_types@3.0.3/mod.ts'
```
## Supporters
[](https://github.com/khrj/slack-types/stargazers)
[](https://github.com/khrj/slack-types/network/members)
## Related
- [Deno Slack SDK](https://github.com/slack-deno/deno-slack-sdk)
- [Deno modules](https://github.com/khrj/deno-modules)