@neezy-inc/sdk
    Preparing search index...

    Interface Photo

    interface Photo {
        id: string;
        image: { url: null | string };
    }
    Index

    Properties

    Properties

    id: string
    image: { url: null | string }