@watzon/baserow
    Preparing search index...

    Interface UserFile

    User file response type

    interface UserFile {
        image_height: null | number;
        image_width: null | number;
        is_image: boolean;
        mime_type: string;
        name: string;
        original_name: string;
        size: number;
        thumbnails: Record<string, any>;
        uploaded_at: string;
        url: string;
    }
    Index

    Properties

    image_height: null | number
    image_width: null | number
    is_image: boolean
    mime_type: string
    name: string
    original_name: string
    size: number
    thumbnails: Record<string, any>
    uploaded_at: string
    url: string