UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

10 lines (9 loc) 160 B
export interface Agent { id: string; name: string; description: string; is_shared: boolean; is_owner: boolean; creation_date: Date; update_date: Date; }