UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

6 lines (5 loc) 123 B
import { FieldType } from "../enums/FieldType"; export interface ItemField { name: string; type: FieldType; }