UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

10 lines 216 B
export interface Agent { id: string; name: string; description: string; is_shared: boolean; is_owner: boolean; creation_date: Date; update_date: Date; } //# sourceMappingURL=Agent.d.ts.map