UNPKG

balena-cli

Version:

The official balena Command Line Interface

3 lines (2 loc) 230 B
import type { Pine, OptionalNavigationResource } from 'balena-sdk'; export declare const getExpandedProp: <T extends Pine.Resource["Read"], K extends keyof T>(obj: OptionalNavigationResource<T> | T[], key: K) => T[K] | undefined;