Type alias AddReq

AddReq: {
    form?: any;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • Optional form?: any

Generated using TypeDoc