UNPKG

@uiowa/uiowa-account

Version:

Angular library to manage MFK and UNI Account output

7 lines (6 loc) 200 B
export declare class FieldOption { readonly name: string; readonly display: string; readonly defaultValue: string; constructor(name: string, display: string, defaultValue?: string); }