Type alias OmitType<O0>

OmitType<O0>: O.Exclude<O0, {
    @type: any;
}>

Type Parameters

  • O0 extends Record<any, any>

Type declaration

  • @type: any