@dlghq/dialog-types
v1.38.3
Published
Flow types for dialog projects
Downloads
27
Readme
dialog types
Flow types for dialog projects.
Installation
npm install --save @dlghq/dialog-types
Usage
/*
* @flow
*/
import type { User } from '@dlghq/dialog-types';
const user: User = getUser();