interface StorageListOutput<Item> {
    items: Item[];
}

Type Parameters

Properties

Properties

items: Item[]