Type Alias NativeAppDetails

NativeAppDetails: {
    arguments?: string;
    path: string;
}