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