summaryrefslogtreecommitdiff
path: root/src/lib/definitions.ts
blob: 318c42521d70dcf9a94cd5a2db6e0b8b40b07cf3 (plain) (blame)
1
2
3
4
5
6
7
// declare selectionitem types
export interface SelectionItem {
  field: string;
  value: string;
  placeholder: string;
  required: boolean;
}