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

7 lines
122 B
TypeScript

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