import type { CuiNullable } from '@cuby-ui/cdk'; export interface CuiImgUrl { readonly src: CuiNullable; readonly name: string; }