import { Ad } from './ad'; export class AdCompleter { complete = async (ad: Ad): Promise => { return ad; }; }