PassioStatus
Last updated
Last updated
/**
* SDK is not ready due to missing model files. Please download the specified files
* and call `configure` again, passing in the localFileURLs of the downloaded files.
*/
export type SDKNotReady = {
mode: 'notReady'
missingFiles: string[]
}