UNPKG

@veltdev/sdk

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

9 lines (8 loc) 382 B
import { CommentAnnotationDataProvider } from "./comment-resolver.data.model"; import { ReactionAnnotationDataProvider } from "./reaction-resolver.data.model"; import { UserDataProvider } from "./user-resolver.data.model"; export interface VeltDataProvider { comment?: CommentAnnotationDataProvider; user?: UserDataProvider; reaction?: ReactionAnnotationDataProvider; }