inaturalistjs
    Preparing search index...

    Type Alias PostPhotosData

    type PostPhotosData = {
        body?: { file?: Blob | File };
        path?: never;
        query?: never;
        url: "/photos";
    }
    Index

    Properties

    Properties

    body?: { file?: Blob | File }

    Type declaration

    • Optionalfile?: Blob | File

      The photo

    path?: never
    query?: never
    url: "/photos"