ImageProps

import { type ImageProps} from '@/components/blocks/types.ts';
export type ImageProps = {
    url: string,
    alt?: string
}