IGPAPI
    Preparing search index...

    Interface UfacResponse

    interface UfacResponse {
        layout: {
            bloks_payload: { tree: Record<PropertyKey, unknown> } & Record<
                PropertyKey,
                unknown,
            >;
        };
        status: "ok";
    }
    Index

    Properties

    Properties

    layout: {
        bloks_payload: { tree: Record<PropertyKey, unknown> } & Record<
            PropertyKey,
            unknown,
        >;
    }
    status: "ok"