Skip to content

Option

type Option = {
label: string;
value: string;
description?: string;
}