react-utils - v1.0.31
    Preparing search index...

    Interface UsePostParams

    POST request parameters

    interface UsePostParams {
        path: string;
        body?: object;
    }
    Index

    Properties

    Properties

    path: string

    API endpoint path

    body?: object

    Optional request body