Documentation
    Preparing search index...

    Interface GetDynamicObjectFieldResponse<Include>

    interface GetDynamicObjectFieldResponse<out Include extends ObjectInclude = {}> {
        object: Object<Include>;
    }

    Type Parameters

    Index

    Properties

    Properties

    object: Object<Include>