Type alias AttachmentOptions

AttachmentOptions: {
    description?: string;
    id: string | number;
}

Type declaration

  • Optional description?: string
  • id: string | number

Generated using TypeDoc