/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { ButtonLookAndFeelAsResponse } from "../definitions/ButtonLookAndFeelAsResponse"; import { TopNavigationLookAndFeelAsResponse } from "../definitions/TopNavigationLookAndFeelAsResponse"; import { NavigationLookAndFeelAsResponse } from "../definitions/NavigationLookAndFeelAsResponse"; import { SearchFieldLookAndFeelAsResponse } from "../definitions/SearchFieldLookAndFeelAsResponse"; export interface HorizontalHeaderLookAndFeelAsResponse { backgroundColor: string; button?: ButtonLookAndFeelAsResponse; primaryNavigation: TopNavigationLookAndFeelAsResponse; secondaryNavigation?: NavigationLookAndFeelAsResponse; search?: SearchFieldLookAndFeelAsResponse; } //# sourceMappingURL=HorizontalHeaderLookAndFeelAsResponse.d.ts.map