Type Alias TFunctionArgs

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

Optional args object for t function