@squidcloud/client
    Preparing search index...

    Interface AiFileUrl

    Represents a URL reference to an AI-processed file, such as an image.

    interface AiFileUrl {
        type: "image";
        url: string;
    }
    Index

    Properties

    Properties

    type: "image"

    The type of file referenced by the URL (e.g., 'image').

    url: string

    The URL pointing to the file.