export type customfields_createCustomFieldOption = { /** * Label is the human-readable text shown for the option. */ label: string; };