Type alias InferAttributesOptions<Excluded>

InferAttributesOptions<Excluded>: {
    omit?: Excluded;
}

Option bag for InferAttributes.

  • omit: properties to not treat as Attributes.

Type Parameters

  • Excluded

Type declaration