UNPKG

monzo-ts

Version:
9 lines (8 loc) 146 B
export interface Attachment { id: string; user_id: string; external_id: string; file_url: string; file_type: string; created: Date; }