export interface ICodePenTemplate { id?: string; attributes?: any; content: string; }