@onflow/typedefs
v1.4.0
Published
Flow JS Type Defs
Downloads
55,468
Maintainers
Keywords
Readme
JSDoc typedefs and TypeScript types.
import {CurrentUser} from "@onflow/typedefs"
const newUser: CurrentUser = {
addr: null,
cid: null,
expiresAt: null,
f_type: 'User',
f_vsn: '1.0.0',
loggedIn: null,
services: []
}