UNPKG

@datocms/cma-client

Version:
5 lines (4 loc) 331 B
import type * as ApiTypes from '../generated/ApiTypes'; import type * as RawApiTypes from '../generated/RawApiTypes'; export declare function modelIdsReferencedInField(field: RawApiTypes.Field | ApiTypes.Field): string[]; export declare function blockModelIdsReferencedInField(field: RawApiTypes.Field | ApiTypes.Field): string[];