Type alias DatabaseItem

DatabaseItem: {
    id: string;
    media: MediaSlotInfo;
    orm: MetadataORM;
}

Type declaration

  • id: string

    The uniquity identifier of the database

  • media: MediaSlotInfo

    The media device plugged into the device

  • orm: MetadataORM

    The MetadataORM service instance for the active connection

Generated using TypeDoc