UNPKG

@signnow/api-client

Version:
8 lines (7 loc) 181 B
import { Storage } from './storage'; export interface ExportedTo { export_domain: string; is_exported: boolean; exported_user_ids: string[]; storages?: Storage[]; }