Type alias SANEDevice

SANEDevice: {
    model: string;
    name: string;
    type: string;
    vendor: string;
}

Equivalent to the SANE API C type SANE_Device.

Type declaration

  • model: string
  • name: string
  • type: string
  • vendor: string

Generated using TypeDoc