@playlive/tiltify-graphql
    Preparing search index...

    Interface TiltifyImage

    interface TiltifyImage {
        alt?: string | null;
        height?: string | number | null;
        src: string;
        width?: string | number | null;
    }
    Index
    alt?: string | null
    height?: string | number | null
    src: string
    width?: string | number | null