jamespot-user-api
    Preparing search index...

    Type Alias ImgUrlProps

    ImgUrlProps: Timestamp & {
        aspectRatio?: number;
        fallbackUrl?: string;
        format?: string;
        from?: string;
        height?: number | string;
        iconColor?: "white";
        maxHeight?: string;
        maxWidth?: string;
        objectFit?: "contain" | "cover" | "fill" | "none" | "scale-down";
        recordId?: string | number;
        size?: string;
        type?: string;
        uri?: string;
        url?: string;
        width?: number | string;
    }

    JRCImgProps