UNPKG

@veltdev/types

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.

13 lines (12 loc) 361 B
import { OrganizationUserGroup } from "./organization-groups.data.model"; import { OrganizationMetadata } from "./organization-metadata.model"; export declare class UserOrganization { /** * User organization metadata. */ metadata?: OrganizationMetadata; /** * User organization groups. */ groups?: OrganizationUserGroup[]; }