UNPKG

@signnow/api-client

Version:
5 lines (4 loc) 103 B
import { Invite } from './data/invite/invite'; export interface GroupInviteGet { invite: Invite; }