Type alias FileQuickPickItem

FileQuickPickItem: QuickPickItem & {
    uri: URI;
}

Type declaration

  • uri: URI