UNPKG

@umbraco/headless-client

Version:
11 lines (10 loc) 144 B
/** * Depth Options. * @public */ export interface DepthOptions { /** * Number of levels to retrieve. */ depth?: number; }