Type alias CustomDataTypeComponentTranslation

CustomDataTypeComponentTranslation: {
    developerSuffix: string;
    label?: string | null;
}

Type declaration

  • developerSuffix: string
  • Optional label?: string | null