UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

12 lines (11 loc) 211 B
export declare enum FieldType { lookup = 0, taxonomySingleValue = 1, taxonomyMultipleValue = 2, image = 3, boolean = 4, number = 5, text = 6, date = 7, group = 8 }