import {SlideParallaxType} from "./SlideParallaxType"; export interface ISlidePrallaxConfig { offset: number; type: SlideParallaxType; }