UNPKG

564 BTypeScriptView Raw
1export declare type AllowedDefaultColumnValues = number | string | boolean | {
2 wssId: string;
3 termName: string;
4 termId: string;
5};
6export interface IFieldDefaultProps {
7 /**
8 * Internal name of the field
9 */
10 name: string;
11 /**
12 * The value of the field to set
13 */
14 value: AllowedDefaultColumnValues | AllowedDefaultColumnValues[];
15}
16export interface IFieldDefault extends IFieldDefaultProps {
17 /**
18 * The unencoded server relative path for this default
19 */
20 path: string;
21}
22//# sourceMappingURL=types.d.ts.map
\No newline at end of file