Files
web/components/Header/MainMenu/User/Avatar/avatar.ts
2024-09-03 13:26:15 +02:00

7 lines
115 B
TypeScript

import { ImageProps } from "next/image"
export interface AvatarProps {
image?: ImageProps
initials?: string
}