Type Alias TFunctionArgs

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

Optional args object for t function