@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias DirectusFileDescriptor

    The basic shape of an "Asset" record provided by the Directus CMS. This is not exhaustive of all properties, but specifically the ones that are useful for images.

    type DirectusFileDescriptor = {
        description?: string | null;
        filename_download?: string | null;
        height?: number | null;
        id: string;
        width?: number | null;
    }
    Index

    Properties

    description?: string | null
    filename_download?: string | null
    height?: number | null
    id: string
    width?: number | null