inaturalistjs
    Preparing search index...

    Type Alias PostPost

    type PostPost = {
        commit?: string;
        post?: {
            body?: string;
            parentId?: number;
            parentType?: string;
            preferredFormatting?: string;
            title?: string;
            userId?: number;
        };
    }
    Index

    Properties

    Properties

    commit?: string

    Optionalpost

    post?: {
        body?: string;
        parentId?: number;
        parentType?: string;
        preferredFormatting?: string;
        title?: string;
        userId?: number;
    }