interface GetChildrenOfOptions {
    cache?: boolean;
    recursive?: boolean;
}

Hierarchy

Properties

Properties

cache?: boolean

Whether to cache the request. When set to true, the response will be stored in the cache.

recursive?: boolean