fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
import type { SidepeekContent } from "@scandic-hotels/common/constants/alert"
|
|
|
|
export interface AlertSidepeekProps {
|
|
ctaText: string
|
|
sidePeekContent: NonNullable<SidepeekContent>
|
|
}
|