mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
4334865266
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
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
|