@zaunapp/types
TypeScript icon, indicating that this package has built-in type declarations

1.2.13 • Public • Published

Zaun API Types

Installation

$ npm i @zaunchat/types

Example Usage

// for deno runtime 
// import type { APIMessage } from 'https://deno.land/x/zaunjs_types/mod.ts'
import type { APIMessage } from '@zaunchat/types'

const message: APIMessage = {
    id: 0,
    author_id: 0,
    channel_id: 0,
    content: 'Hi'
}

Readme

Keywords

none

Package Sidebar

Install

npm i @zaunapp/types

Weekly Downloads

1

Version

1.2.13

License

MIT

Unpacked Size

7.75 kB

Total Files

5

Last publish

Collaborators

  • abdulrahman1s