Documentation
    Preparing search index...
    interface ListDynamicFieldsResponse {
        cursor: string | null;
        dynamicFields: {
            fieldId: string;
            name: DynamicFieldName;
            type: string;
            valueType: string;
        }[];
        hasNextPage: boolean;
    }
    Index

    Properties

    cursor: string | null
    dynamicFields: {
        fieldId: string;
        name: DynamicFieldName;
        type: string;
        valueType: string;
    }[]
    hasNextPage: boolean