/** * Add link vrf type arguments. * @category Interfaces */ export interface AddLinkVrfTypeArgs { /** Table id associated with VRF device. */ table: number; }