Home
last modified time | relevance | path

Searched refs:VersionsSchema (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DVersions.ts8 export type VersionsSchema = { alias
34 ): Promise<VersionsSchema> {
35 return await runWithApiHost(apiHost, () => Versions.versionsAsync() as Promise<VersionsSchema>);
47 versions: VersionsSchema,