export default interface AppConfiguration {
	containerSelector: string;
}
