frontend-performance-lab
    Preparing search index...

    Interface GalleryImage

    interface GalleryImage {
        alt: string;
        id: string;
        src: string;
        title: string;
    }
    Index

    Properties

    Properties

    alt: string
    id: string
    src: string
    title: string