UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

7 lines (6 loc) 206 B
import { TypedHash } from "./TypedHash"; import { PNPTerm } from "./sharepoint"; export interface WithLabel { i18nLabels?: TypedHash<string>; } export declare type i18nTerm = PNPTerm & WithLabel;