mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
13 lines
266 B
TypeScript
13 lines
266 B
TypeScript
|
/* tslint:disable */
|
||
|
/* eslint-disable */
|
||
|
|
||
|
/* auto-generated by NAPI-RS */
|
||
|
|
||
|
export class ExternalObject<T> {
|
||
|
readonly '': {
|
||
|
readonly '': unique symbol
|
||
|
[K: symbol]: T
|
||
|
}
|
||
|
}
|
||
|
export function run(args: Array<string>, binName?: string | undefined | null): void
|