export interface Options { name: string; selector: string; baseHref: string; container: string; styles?: string[]; scripts?: string[]; }