export const exampleDataKey = 'example-key' export const exampleIframeUrl = 'http://source-of-truth.com:1111?x=y' export const exampleDependentDomain = 'http://dependant-site.com:2222' export type MyAppData = { reason: string; but: string; makesItToIframe: boolean; appId: string; }