import type { ExtensionTargets } from '../extension-targets';
  
type Target = ExtensionTargets['purchase.thank-you.chat.render'];
export type Api = Target['api'];
export type Output = Target['output'];

