1 2 3 4 5 6 7 8 9 10
export function useOTAUpdates() {} export function useApplyPullRequestOTAUpdate() { return { tryApplyUpdate: () => {}, revertToEmbedded: () => {}, isCurrentlyRunningPullRequestDeployment: false, currentChannel: 'web-build', pending: false, } }