Type alias PartialSubject<S>

PartialSubject<S>: {
    @type: S["@type"];
} & Partial<util.v2.OmitType<S>>

Type Parameters

Type declaration

  • @type: S["@type"]