UNPKG

skysync-cli

Version:

SkySync Command Line Interface

8 lines (7 loc) 182 B
import { IEntityIdentifier } from './base'; export interface OwnershipGroup extends IEntityIdentifier<string> { name?: string; parent?: { id: string; }; }