@ptkl/sdk - v1.3.4
    Preparing search index...

    Interface ConfigUpdateRequest

    interface ConfigUpdateRequest {
        data: Record<string, any>;
        path: string;
    }
    Index

    Properties

    Properties

    data: Record<string, any>
    path: string