UNPKG

@commercelayer/sdk-utils

Version:
19 lines (16 loc) 431 B
import { QueryParams } from '@commercelayer/sdk'; declare class IncludePath { #private; clear(): this; add(resource: string): this; get(): string[]; } declare class ResourceInclude { #private; constructor(includePath?: IncludePath); protected include(resource: string): IncludePath; protected get(): string; build(): string; addTo(filter: QueryParams): void; } export { ResourceInclude };