1.2.13 • Published 1 year ago

@zaunapp/types v1.2.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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'
}
1.2.13

1 year ago