Type alias DescribeQuickActionDefaultValue

DescribeQuickActionDefaultValue: {
    defaultValue?: string | null;
    field: string;
}

Type declaration

  • Optional defaultValue?: string | null
  • field: string