UNPKG

skysync-cli

Version:

SkySync Command Line Interface

7 lines (6 loc) 219 B
import { IEntityIdentifier, IAuditedEntity } from './base'; export interface TransferReport extends IEntityIdentifier<string>, IAuditedEntity { name?: string; description?: string; parameters?: any; }