Type alias TFunctionArgs

TFunctionArgs: { :option?: string | number; [key: string | number]: any }

Optional args object for t function

Type declaration

  • [key: string | number]: any
  • Optional Readonly :option?: string | number