type PreferenceOption = {
    label: string;
    value: unknown;
}
Index

Properties

Properties

label: string
value: unknown