/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ScreenLookAndFeelAsResponse { background: string; backgroundAttachment?: string; backgroundBlendMode?: string; backgroundClip?: string; backgroundColor?: string; backgroundImage?: string; backgroundOrigin?: string; backgroundPosition?: string; backgroundRepeat?: string; backgroundSize?: string; layer?: { width?: string; height?: string; }; gutterTop?: string; gutterRight?: string; gutterBottom?: string; gutterLeft?: string; } //# sourceMappingURL=ScreenLookAndFeelAsResponse.d.ts.map