@sibs-app/public-base-types
v1.1.77
Published
base types for sibs app
Downloads
31
Keywords
Readme
SIBS Types
This contains all base types of sibs app.
Installation
yarn add sibs-types --dev
Usage
Note: The types are need to be imported since it's a external package
import {Messages, User} from 'sibs-types'
const messages: Messages.ChatMessage = {
//... values here
}
const user: User.User = {
//... values here
}